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.
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.
Response
200OK
UTXO details retrieved successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error