Get HIP-3 liquidation events
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
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 June 27, 2026