cURL
curl --request GET \ --url https://api.perpo.trade/v1/public/liquidation
{ "success": true, "data": { "meta": { "total": 9, "records_per_page": 25, "current_page": 1 }, "rows": [ { "timestamp": 1685298157704, "type": "liquidated", "liquidation_id": 1730, "positions_by_perp": [ { "symbol": "PERP_BTC_USDC", "position_qty": -0.22457, "liquidator_fee": 0.015 } ] } ] }, "timestamp": 1702989203989 }
start time range that you wish to query, noted that the time stamp is a 13-digits timestamp.
end time range that you wish to query, noted that the time stamp is a 13-digits timestamp.
the page you wish to query. start from 1
Default: 60
Success
true
Show child attributes
1702989203989