For the complete documentation index, see llms.txt. This page is also available as Markdown.

Gettxoutproof

gettxoutproof operations.

gettxoutproof

post

Returns a hex-encoded proof that one or more transactions are included in a block. The proof can be validated with verifytxoutproof.

Authorizations
api-keystringRequired

NOWNodes API key passed in the api-key header.

Body

Request payload containing the documented method parameters and client request identifier.

jsonrpcstringRequired

JSON-RPC protocol version.

Example: 1.0
idstringRequired

Client-provided request identifier echoed in the response.

Example: curltest
methodstring · enumRequired

JSON-RPC method name.

Example: gettxoutproofPossible values:
Responses
200

Proof retrieved successfully

application/json

Object containing gettxoutproof response details.

resultstring · nullableRequired

Method-specific result returned by gettxoutproof.

Example: 00000020f8b8f8c61f6ad6f6d2b31c7ce4c1bb8f8b8f8c61f6ad6f6d2b31c7ce4c1bb
errorone of · nullableRequired

JSON-RPC error object or null on success.

or
stringOptional

JSON-RPC error object. Null when the request succeeds.

Example: {"code":-28,"message":"Service temporarily unavailable"}
idone of · nullableRequired

Request id echoed by the server.

stringOptional

Client-provided request identifier echoed in the response.

Example: curltest
or
integerOptional

Client-provided request identifier echoed in the response.

Example: curltest
Other propertiesanyOptional
post/

Last updated