Skip to main content
GET
/
v1
/
metrics
System Metrics
curl --request GET \
  --url https://api.example.com/v1/metrics

Response

{
  "markets_total": 1250,
  "markets_active": 890,
  "trades_24h": 45000,
  "volume_24h": "12500000.00",
  "last_indexed_block": 65432100,
  "uptime_seconds": 86400
}