Skip to main content
GET
https://api.0xarchive.io
/
v1
/
data-quality
/
status
Get system status
curl --request GET \
  --url https://api.0xarchive.io/v1/data-quality/status \
  --header 'X-API-Key: <api-key>'
{
  "updated_at": "2023-11-07T05:31:56Z",
  "exchanges": {},
  "data_types": {},
  "active_incidents": 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.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://www.0xarchive.io/dashboard/

Response

System status

Overall system status

status
enum<string>

Overall system status

Available options:
operational,
degraded,
outage,
maintenance
updated_at
string<date-time>

When this status was computed

exchanges
object

Per-exchange status

data_types
object

Per-data-type status

active_incidents
integer

Number of active incidents

Last modified on May 20, 2026