Recent liquidation events across the platform. Each row carries the liquidated address, account, and broker. Weight:Documentation Index
Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
Use this file to discover all available pages before exploring further.
2
Request
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
symbol | string | No | null | Omit → all symbols |
limit | int | No | 50 | 1..500 |
cursor | string | No | — | Opaque cursor |
Response
| Field | Type | Notes |
|---|---|---|
side | string | LONG (liquidated long) or SHORT |
position_qty, notional | string | Decimal |
mark_price, est_liq_price | string | Mark price at the moment of liquidation; named for symmetry with live est_liq_price |
address, account_id, broker_id | string | null | null if user lookup fails |
timestamp | int64 | ms epoch |
Notes
- Account fields resolved via internal user lookup (60s cache)