gettxout
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns details about an unspent transaction output (UTXO) specified by transaction ID and output index.
Set the optional patterns parameter to true to have the scriptPubKey object additionally
contain byteCodePattern, which describes the script's pattern fingerprint, its templated form
and the data pushes extracted from it.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringgettxoutrequiredparamsArray<string | integer | boolean>requiredParameters:
txid(string, required) — The transaction ID.vout(integer, required) — The output index.include_mempool(boolean, optional, default: true) — Whether to include mempool transactions.patterns(boolean, optional, default: false) — If true,scriptPubKeyadditionally contains thebyteCodePatternobject.
Response
200OK
UTXO details retrieved successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error