cURL
curl --request GET \ --url https://api.example.com/v1/metrics
Returns system statistics including market counts, trade volume, and indexer status.
{ "markets_total": 1250, "markets_active": 890, "trades_24h": 45000, "volume_24h": "12500000.00", "last_indexed_block": 65432100, "uptime_seconds": 86400 }