Aggregate statistics for the entire UTXO index across all Merkle trees.
Use this endpoint to get a quick snapshot before deciding which tree and index range to scan. Response encoding is alwaysDocumentation Index
Fetch the complete documentation index at: https://sdk.umbraprivacy.com/llms.txt
Use this file to discover all available pages before exploring further.
application/x-protobuf — content negotiation is not supported for this endpoint.Statistics retrieved successfully.
Protobuf StatsResponse message returned by GET /v1/stats.
Aggregate statistics for the UTXO index. The latest_absolute_index field
is absent in the Protobuf encoding when the store is empty (optional field).
Total number of UTXO records indexed across all Merkle trees.
150000
The highest absolute insertion index seen by the indexer, or absent when
the store is empty. Computed as
tree_index * MAX_LEAVES_PER_TREE + insertion_index
where MAX_LEAVES_PER_TREE = 1,048,576.
149999