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

btg
Bitcoin Gold (BTG)

Method: POST walletcreatefundedpsbt

dropdown

方法 RPC walletcreatefundedpsbt 例如 Bitcoin Gold (BTG)

POST walletcreatefundedpsbt

Method not allowed

以部分签名的交易格式创建并资助交易。

实现创建者和更新角色。

Parameters

inputs - Json Array,可选

空白以自动添加输入。 请参阅add_inputs选项。

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


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}