Aggregate statistics for the entire UTXO index across all Merkle trees.
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