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

btg
Bitcoin Gold (BTG)

Method: POST analyzepsbt

dropdown

方法 RPC analyzepsbt 例如 Bitcoin Gold (BTG)

POST analyzepsbt

分析并提供有关PSBT及其输入的当前状态的信息

Parameters

psbt - 字符串,需要

PSBT的基本64字符串

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": "analyzepsbt",
"params": ["psbt"],
"id": "getblock.io"}'


Response

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