cURL
curl --request POST \ --url https://api.perpo.trade/v1/liquidation \ --header 'Content-Type: application/json' \ --header 'perpo-account-id: <perpo-account-id>' \ --header 'perpo-key: <perpo-key>' \ --header 'perpo-signature: <perpo-signature>' \ --header 'perpo-timestamp: <perpo-timestamp>' \ --data ' { "liquidation_id": 123, "ratio_qty_request": 123, "limit_price": { "symbol": 123 }, "extra_liquidation_ratio": 123, "symbols": { "ratio_qty_request": 123, "symbol": "<string>" } } '
{ "success": true, "data": { "liquidation_id": 123, "timestamp": 123, "type": "<string>", "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 } ] }, "timestamp": 1702989203989 }
Liquidator’s instruction to let the system reject the liquidation claim if the following condition applies: if position_qty > 0, reject if mark_price > limit_price; if position_qty < 0, reject if mark_price < limit_price
Show child attributes
For high risk tiers only
OK
true
1702989203989