GET
/
v1
/
public
/
liquidated_positions
curl --request GET \
  --url https://api-evm.orderly.network/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": 123,
        "type": "liquidated",
        "positions_by_perp": [
          {
            "symbol": "PERP_ETH_USDC",
            "position_qty": 123,
            "liquidator_fee": 0.015,
            "cost_position_transfer": 123,
            "transfer_price": 1860,
            "insurance_fund_fee": 0.011999,
            "abs_insurance_fund_fee": 123,
            "abs_liquidator_fee": 123
          }
        ]
      }
    ]
  }
}

Query Parameters

symbol
string
start_t
string
end_t
string
page
string
size
string

Response

200 - application/json
success
boolean
required
timestamp
integer
data
object
required