curl --request GET \
--url https://api.0xarchive.io/v1/data-quality/incidents/{id} \
--header 'X-API-Key: <api-key>'{
"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
}Get a specific incident by ID.
curl --request GET \
--url https://api.0xarchive.io/v1/data-quality/incidents/{id} \
--header 'X-API-Key: <api-key>'{
"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
}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/
Incident ID
Incident details
Data quality incident
Unique incident ID
open, investigating, identified, monitoring, resolved minor, major, critical Affected exchange
Affected data types
Affected symbols
Was this page helpful?