gettxoutproof
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns a hex-encoded proof that one or more transactions are included in a block.
The proof can be validated with verifytxoutproof.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringgettxoutproofrequiredparamsArray<Array<string> | string>requiredParameters:
txids(array[string], required) — Array of transaction IDs to prove inclusion.blockhash(string, optional) — Hash of the block to look for transactions. If omitted, searches the entire blockchain.
Response
200OK
Proof retrieved successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error