📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

btg
Bitcoin Gold (BTG)

Method: POST combinepsbt

dropdown

方法 RPC combinepsbt 例如 Bitcoin Gold (BTG)

POST combinepsbt

将多个部分签署的比特币交易组合为一项交易。

实现组合的角色。

Parameters

txs - json阵列,必需

部分签名交易的基本64字符串的JSON阵列

Request

curl --location --request POST 'https://btg.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "combinepsbt",
"params": [["mybase64_1", "mybase64_2", "mybase64_3"]],
"id": "getblock.io"}'


Response

{
    "error": null,
    "id": "getblock.io",
    "result": null
}