Share your feedback on Twitter and claim 5M Free GetBlock Requests

banner image
bsv

Bitcoin-SV

BSV

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method combinerawtransaction Bitcoin-SV (BSV)
connect with JSON-RPC protocol

combinerawtransaction

info-circle-fill

Combine multiple partially signed transactions into one transaction.The combined transaction may be another partially signed transaction ora fully signed transaction.

Parameters

txs - json array, required

A json array of hex strings of partially signed transactions

Request

curl --location --request POST 'https://bsv.getblock.io/mainnet/' \ 
--header 'x-api-key: YOUR-API-KEY' \ 
--header 'Content-Type: application/json' \ 
--data-raw '{"jsonrpc": "2.0",
"method": "combinerawtransaction",
"params": [["myhex1", "myhex2", "myhex3"]],
"id": "getblock.io"}'

Response

null
banner icon

Start Building with GetBlock RPCs for Free