curl --request GET \
--url https://api.orderly.org/v1/public/liquidated_positions{
"success": true,
"data": {
"meta": {
"total": 9,
"records_per_page": 25,
"current_page": 1
},
"rows": [
{
"timestamp": 1683802462092,
"liquidation_id": 29,
"transfer_amount_to_insurance_fund": 0,
"positions_by_perp": [
{
"symbol": "PERP_ETH_USDC",
"position_qty": 0,
"liquidator_fee": 0.015,
"cost_position_transfer": 0,
"transfer_price": 1860,
"insurance_fund_fee": 0.011999,
"abs_insurance_fund_fee": 0,
"seq": 1730181536341943600,
"abs_liquidator_fee": 0
}
],
"type": "liquidated"
}
]
},
"timestamp": 1702989203989
}Limit: 10 requests per 1 second per IP address
GET /v1/public/liquidated_positions
curl --request GET \
--url https://api.orderly.org/v1/public/liquidated_positions{
"success": true,
"data": {
"meta": {
"total": 9,
"records_per_page": 25,
"current_page": 1
},
"rows": [
{
"timestamp": 1683802462092,
"liquidation_id": 29,
"transfer_amount_to_insurance_fund": 0,
"positions_by_perp": [
{
"symbol": "PERP_ETH_USDC",
"position_qty": 0,
"liquidator_fee": 0.015,
"cost_position_transfer": 0,
"transfer_price": 1860,
"insurance_fund_fee": 0.011999,
"abs_insurance_fund_fee": 0,
"seq": 1730181536341943600,
"abs_liquidator_fee": 0
}
],
"type": "liquidated"
}
]
},
"timestamp": 1702989203989
}Success
true
Show child attributes
Show child attributes
1683802462092
29
0
Show child attributes
"PERP_ETH_USDC"
0
0.015
0
1860
0.011999
0
1730181536341943600
0
"liquidated"
1702989203989