GET
/
v1
/
public
/
liquidation
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/liquidation
{
  "success": true,
  "timestamp": 1702989203989,
  "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
          }
        ]
      }
    ]
  }
}

Query Parameters

start_t
number

start time range that you wish to query, noted that the time stamp is a 13-digits timestamp.

end_t
number

end time range that you wish to query, noted that the time stamp is a 13-digits timestamp.

page
integer

the page you wish to query.

size
integer

Default: 60

Response

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