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": [ { "abs_liquidator_fee": 1.152279, "cost_position_transfer": 65.84448, "liquidator_fee": 0.0175, "position_qty": 41.6, "symbol": "PERP_NEAR_USDC", "transfer_price": 1.5828 } ] } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/client/liquidator_liquidations
OK
The response is of type object.
object