V1 API Reference

ZERA Indexer API

Access indexed blockchain data from the ZERA network. Transactions, blocks, tokens, wallets, governance, DEX, staking, and more.

ALPHA DOCUMENTATIONThese endpoint schemas are currently in Alpha and may contain inaccuracies or incomplete payload parameters. If you encounter any structural divergence while integrating, please report it to us so we can resolve it swiftly.
https://api.zerascan.io/v1
GET ONLYJSON RESPONSES

Errors

Error handling conventions and status codes used across the API.

All generic errors return {"error": "description"}.

Common Status Codes

  • 400 Bad Request: Malformed parameters or missing required fields.
  • 404 Not Found: Resource does not exist on-chain.
  • 405 Method Not Allowed: Only GET requests are supported for reading data.
  • 500 Internal Server Error: Indexer node infrastructure failure.

Authentication & Rate Limit Errors (Auth API)

The authentication layer returns precise error codes to help you diagnose token and quota issues:

StatusCodeMeaning
401invalid_auth / api_key_invalidYour key or token is malformed, missing, or unrecognized.
401api_key_disabledYour API key was administratively disabled.
401token_invalidThe bearer token signature failed validation.
401insufficient_scopeYour credential lacks permission for this endpoint.
402credits_exhaustedScope Limits: You have depleted your specific credit pool for this endpoint group.
429rate_limit_exceededCPS/BPS Limits: You are sending requests too fast. Slow down and let your Token Bucket refill.
429monthly_limit_exceededCPM Limits: You have reached your maximum monthly credit allocation (CPM).