gettxout
POST
/{apiKey}
Returns details about an unspent transaction output (UTXO), optionally including mempool data.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^[a-fA-F0-9]{64}$"requiredThe transaction ID.
integerrequired
The vout number.
booleanoptionaldefaults to
trueWhether to include outputs spent in the mempool. Default is true.
Responses
200
Details about the specified unspent output, or null if not found.
Was this page helpful?