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

Gettxout

gettxout operations.

gettxout

post

Returns details about an unspent transaction output (UTXO) specified by transaction ID and output index.

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: gettxoutPossible values:
Responses
200

UTXO details retrieved successfully

application/json

Object containing gettxout response details.

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