Network
Global ZERA network health and throughput statistics.
Network Stats
GET
/v1/network?request=statsConsolidated snapshot of network health: TPS, wallet count, ZERA price, and daily transaction count.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| request | string | REQUIRED | — | Must 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"
}