BTG
POST
GET
Last updated on January 1, 1970
1 min read
Method gettxoutproof undefined ()
connect with JSON-RPC protocol
gettxoutproof
Returns a hex-encoded proof that “txid” was included in a block.NOTE By default this function only works sometimes. This is when thereis an unspent output in the utxo for this transaction. To make it alwayswork, you need to maintain a transaction index, using the -txindexcommand line option or specify the block in which the transaction isincluded manually (by blockhash).
Parameters
txids
- json array, required
A json array of txids to filter
blockhash
- string, optional
If specified, looks for txid in the block with this hash
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": "gettxoutproof",
"params": [["5c970c064d317658a8777ee56f192fe17d5b3afbe242d820b205c2291210f269"], null],
"id": "getblock.io"}'
Response
{
"error": null,
"id": "getblock.io",
"result": "000000203bf834f7a8f5cd2b75c3a224e9bf3924b4f4b4daea753dd8d59055f20000000069f2101229c205b220d842e2fb3a5b7de12f196fe57e77a85876314d060c975c36b80a000000000000000000000000000000000000000000000000000000000083383661c964031d040046f60000000000000000000000000000000000000000000000003a9c0000640c8906341016d6e8e8d1fc1f85493065a530ea0f3bbbbe2aa52326f6d4c06920bcbc35b77657b06ef7073f4e28512ff593480d476bcd5bb44c1e510f0af2a525a002f85515683d9d2dcfee0f669e1b133d0b9610bb3ac1043c45262fc811c75b8170e1c5010000000169f2101229c205b220d842e2fb3a5b7de12f196fe57e77a85876314d060c975c0101"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }