curl --request GET \
--url https://api.orderly.org/v1/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,
"data": {
"meta": {
"total": 9,
"records_per_page": 25,
"current_page": 1
},
"rows": [
{
"liquidation_id": 101,
"timestamp": 1663313562090,
"transfer_amount_to_insurance_fund": 0,
"margin_ratio": 0.10436069,
"account_mmr": 0.012,
"position_notional": 28.415534,
"collateral_value": 2.965465,
"positions_by_perp": [
{
"total_position": 41.6,
"symbol": "PERP_BTC_USDC",
"position_qty": 0.00017,
"liquidator_fee": 0.006,
"cost_position_transfer": 21.002786,
"transfer_price": 123545.8,
"insurance_fund_fee": 0.006,
"abs_insurance_fund_fee": 0.126017,
"mark_price": 123400,
"abs_liquidator_fee": 0.252034
}
]
}
]
},
"timestamp": 1702989203989
}Limit: 10 requests per 1 second per IP address
GET /v1/liquidations
curl --request GET \
--url https://api.orderly.org/v1/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,
"data": {
"meta": {
"total": 9,
"records_per_page": 25,
"current_page": 1
},
"rows": [
{
"liquidation_id": 101,
"timestamp": 1663313562090,
"transfer_amount_to_insurance_fund": 0,
"margin_ratio": 0.10436069,
"account_mmr": 0.012,
"position_notional": 28.415534,
"collateral_value": 2.965465,
"positions_by_perp": [
{
"total_position": 41.6,
"symbol": "PERP_BTC_USDC",
"position_qty": 0.00017,
"liquidator_fee": 0.006,
"cost_position_transfer": 21.002786,
"transfer_price": 123545.8,
"insurance_fund_fee": 0.006,
"abs_insurance_fund_fee": 0.126017,
"mark_price": 123400,
"abs_liquidator_fee": 0.252034
}
]
}
]
},
"timestamp": 1702989203989
}start from 1
liquidation_id/time
return the designed liquidation_id only
OK
true
Show child attributes
Show child attributes
101
1663313562090
0
0.10436069
0.012
28.415534
2.965465
Show child attributes
41.6
"PERP_BTC_USDC"
0.00017
0.006
21.002786
123545.8
0.006
0.126017
123400
0.252034
1702989203989