⚡ We welcome businesses to test our enterprise-grade service

grs
Groestlcoin (GRS)

Method: POST analyzepsbt

dropdown

Method RPC analyzepsbt example for Groestlcoin (GRS)

POST analyzepsbt

Analyzes and provides information about the current status of a PSBT and its inputs

Parameters

psbt - string, required

A base64 string of a PSBT

Request

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