curl --request GET \
--url https://api.orderly.org/v1/public/liquidated_positions
{
"success": true,
"timestamp": 1702989203989,
"data": {
"meta": {
"total": 9,
"records_per_page": 25,
"current_page": 1
},
"rows": [
{
"timestamp": 1683802462092,
"liquidation_id": 29,
"transfer_amount_to_insurance_fund": 0,
"type": "liquidated",
"positions_by_perp": [
{
"symbol": "PERP_ETH_USDC",
"seq": 1730181536341943600,
"position_qty": 0,
"liquidator_fee": 0.015,
"cost_position_transfer": 0,
"transfer_price": 1860,
"insurance_fund_fee": 0.011999,
"abs_insurance_fund_fee": 0,
"abs_liquidator_fee": 0
}
]
}
]
}
}
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,
"timestamp": 1702989203989,
"data": {
"meta": {
"total": 9,
"records_per_page": 25,
"current_page": 1
},
"rows": [
{
"timestamp": 1683802462092,
"liquidation_id": 29,
"transfer_amount_to_insurance_fund": 0,
"type": "liquidated",
"positions_by_perp": [
{
"symbol": "PERP_ETH_USDC",
"seq": 1730181536341943600,
"position_qty": 0,
"liquidator_fee": 0.015,
"cost_position_transfer": 0,
"transfer_price": 1860,
"insurance_fund_fee": 0.011999,
"abs_insurance_fund_fee": 0,
"abs_liquidator_fee": 0
}
]
}
]
}
}
Success
The response is of type object
.