curl --request GET \
--url https://api.0xarchive.io/v1/data-quality/incidents \
--header 'X-API-Key: <api-key>'{
"incidents": [
{
"id": "<string>",
"exchange": "<string>",
"data_types": [
"<string>"
],
"symbols_affected": [
"<string>"
],
"started_at": "2023-11-07T05:31:56Z",
"resolved_at": "2023-11-07T05:31:56Z",
"duration_minutes": 123,
"title": "<string>",
"description": "<string>",
"root_cause": "<string>",
"resolution": "<string>",
"records_affected": 123,
"records_recovered": 123
}
],
"pagination": {
"total": 123,
"limit": 123,
"offset": 123
}
}List data quality incidents with filtering and pagination.
curl --request GET \
--url https://api.0xarchive.io/v1/data-quality/incidents \
--header 'X-API-Key: <api-key>'{
"incidents": [
{
"id": "<string>",
"exchange": "<string>",
"data_types": [
"<string>"
],
"symbols_affected": [
"<string>"
],
"started_at": "2023-11-07T05:31:56Z",
"resolved_at": "2023-11-07T05:31:56Z",
"duration_minutes": 123,
"title": "<string>",
"description": "<string>",
"root_cause": "<string>",
"resolution": "<string>",
"records_affected": 123,
"records_recovered": 123
}
],
"pagination": {
"total": 123,
"limit": 123,
"offset": 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/
Filter by incident status
open, investigating, identified, monitoring, resolved Filter by exchange
Only show incidents starting after this timestamp (Unix ms)
Maximum results per page (default: 20, max: 100)
x <= 100Pagination offset
List of incidents
Incidents list response
Hide child attributes
Unique incident ID
open, investigating, identified, monitoring, resolved minor, major, critical Affected exchange
Affected data types
Affected symbols
Was this page helpful?