Get HIP-3 liquidation events
0xArchive API reference for Get HIP-3 liquidation events. Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
GET
Get HIP-3 liquidation events
API key required. Send
X-API-Key with this request. See REST authentication.Machine schema
Machine schema
Open the generated operation schema for machine-readable request and response details.
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
HIP-3 trading pair symbol (e.g., hyna:BTC, km:US500). Case-sensitive.
Example:
"hyna:BTC"
Query Parameters
Start timestamp (Unix milliseconds)
Example:
1769922000000
End timestamp (Unix milliseconds). Defaults to now.
Pagination cursor (format: {timestamp_ms}_{trade_id})
Maximum records to return (1-1000)
Required range:
x <= 1000Last modified on September 8, 2026