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

Network

Global ZERA network health and throughput statistics.

Network Stats

GET/v1/network?request=stats

Consolidated snapshot of network health: TPS, wallet count, ZERA price, and daily transaction count.

Parameters

ParameterTypeRequiredDescription
requeststringREQUIREDMust be `stats`

🪙 Usage & Credits

This endpoint consumes 5 credits per request against your active API tier.

Response

json
{
  "totalWallets": "integer",
  "dailyTransactions": "integer",
  "tps": "float",
  "zeraPrice": "float",
  "zeraChange24hr": "float"
}