Get HIP-3 liquidation levels history
0xArchive API reference for Get HIP-3 liquidation levels history. Includes route metadata, schemas, examples, and implementation notes.
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
Trading pair symbol.
"xyz:TSLA"
Query Parameters
Range start, epoch milliseconds inclusive. Default: 24 hours before end.
Range end, epoch milliseconds inclusive. Default: now.
Cursor from meta.next_cursor of the previous page (a snapshot_ts in epoch milliseconds, exclusive). The page continues strictly after it.
Snapshots per page. Default 24, maximum 100. When a page is full, meta.next_cursor carries the cursor for the next page.
1 <= x <= 100When true, items contain snapshot_ts, mid price and totals only (no levels array). Cheap way to discover which snapshots exist before fetching full histograms.
Percentage range around the snapshot mid/mark price. Clamped between 1 and 50. Default 10.
1 <= x <= 50Number of price buckets. Clamped between 10 and 200. Default 50.
10 <= x <= 200Optional side filter. bid/buy/B keeps the long (or bid) side, ask/sell/A keeps the short (or ask) side; the other side is zeroed.
bid, ask, buy, sell, B, A