Indexers
Per-network chain indexers + status
Per-network chain indexers + status
| Base URL | https://api.hanzo.ai |
| Operations | 1 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
indexers
ListIndexers reports the deployment's chain indexer(s) and how far each has indexed.
GET /v1/indexers
ListIndexers reports the deployment's chain indexer(s) and how far each has
indexed. Identity and health come from the indexer's /health; the latest indexed
block (height + time) from its /v1/explorer/blocks. The row EXISTS if EITHER call
reaches the indexer; when the indexer is entirely unreachable the answer degrades
to an honest-EMPTY list at 200, not a 502. No chain HEAD is exposed by the indexer
REST, so lag is honestly omitted rather than fabricated.
How is this guide?