Alchemy Logo

gettxoutsetinfo

POST
/{apiKey}

Returns statistics about the unspent transaction output (UTXO) set. Only the current chain tip is supported; querying specific blocks is not available.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

use_indexbooleanoptional

Whether to use coinstatsindex if available. Defaults to true.

Responses

200

Statistics on the current state of the UTXO set.

Was this page helpful?