Skip to content
Alchemy Logo

gettxout

POST
/{apiKey}

Returns details about an unspent transaction output (UTXO), optionally including mempool data.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^[a-fA-F0-9]{64}$"required

The transaction ID.

integerrequired

The vout number.

booleanoptionaldefaults to true

Whether 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?