cURL
curl --request GET \ --url https://api.orderly.org/v1/client/liquidator_liquidations \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "meta": { "total": 9, "records_per_page": 25, "current_page": 1 }, "rows": [ { "liquidation_id": 1728, "timestamp": 1685154032762, "type": "liquidated", "assigned": 1, "positions_by_perp": [ { "symbol": "PERP_BTC_USDC", "abs_liquidator_fee": 1.152279, "cost_position_transfer": 21.002786, "liquidator_fee": 0.006, "position_qty": 0.00017, "transfer_price": 123545.8 } ] } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/client/liquidator_liquidations
start from 1
OK
true
Show child attributes
1702989203989