curl --request GET \
--url https://api.0xarchive.io/v1/data-quality/sla \
--header 'X-API-Key: <api-key>'{
"period": "<string>",
"sla_targets": {
"uptime": 123,
"data_completeness": 123,
"api_latency_p99_ms": 123
},
"actual": {
"uptime": 123,
"data_completeness": {
"orderbook": 123,
"fills": 123,
"funding": 123,
"overall": 123
},
"api_latency_p99_ms": 123
},
"incidents_this_period": 123,
"total_downtime_minutes": 123
}Get SLA compliance metrics for a specific month including uptime, completeness, and latency targets vs actuals.
curl --request GET \
--url https://api.0xarchive.io/v1/data-quality/sla \
--header 'X-API-Key: <api-key>'{
"period": "<string>",
"sla_targets": {
"uptime": 123,
"data_completeness": 123,
"api_latency_p99_ms": 123
},
"actual": {
"uptime": 123,
"data_completeness": {
"orderbook": 123,
"fills": 123,
"funding": 123,
"overall": 123
},
"api_latency_p99_ms": 123
},
"incidents_this_period": 123,
"total_downtime_minutes": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Get yours at https://www.0xarchive.io/dashboard/
Year (defaults to current year)
2026
Month 1-12 (defaults to current month)
1 <= x <= 121
SLA metrics
SLA compliance response
Period covered (e.g., '2026-01')
Hide child attributes
met, missed met, missed met, missed Was this page helpful?