⚡ We welcome businesses to test our enterprise-grade service

dgb
DigiByte (DGB)

Method: POST walletprocesspsbt

dropdown

方法 RPC walletprocesspsbt 例如 DigiByte (DGB)

POST walletprocesspsbt

Method not allowed

更新来自钱包中输入信息的PSBT,然后签署可以签名的输入。

如果将钱包加密,则需要用钱包通话来设置钱包串联。

Parameters

psbt - 字符串,需要

交易base64字符串

Request

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


Response

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