Introduction
The ZERA Indexer API provides access to indexed blockchain data from the ZERA network. All public V1 endpoints follow a GET-only architecture with query string parameters.
All endpoints use query parameters for operation routing. Each endpoint group uses a dispatcher parameter request to route to the correct sub-handler. Responses are JSON. The indexer attempts to process the + character directly in Contract IDs and will work in most cases, however we recommend URL-encoding it to %2B for safety.