⚡ We welcome businesses to test our enterprise-grade service

bch
Bitcoin Cash (BCH)

Method: POST combinerawtransaction

dropdown

方法 RPC combinerawtransaction 例如 Bitcoin Cash (BCH)

POST combinerawtransaction

将多个部分签名的交易合并为一笔交易。

合并交易可以是另一个部分签署的交易或完全签署的交易。

Parameters

txs - json 数组,必需

部分签名交易的十六进制字符串的 json 数组

Request

curl --location --request POST 'https://bch.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