Skip to main content
GET
List incidents

Authorizations

X-API-Key
string
header
required

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

Query Parameters

status
enum<string>

Filter by incident status

Available options:
open,
investigating,
identified,
monitoring,
resolved
exchange
string

Filter by exchange

since
integer<int64>

Only show incidents starting after this timestamp (Unix ms)

limit
integer
default:20

Maximum results per page (default: 20, max: 100)

Required range: x <= 100
offset
integer
default:0

Pagination offset

Response

List of incidents

Incidents list response

incidents
object[]
pagination
object

Pagination info

Last modified on August 13, 2026