Skip to main content
GET
/
v1
/
public
/
strategy_vault
/
vault
/
liquidator_history
Get Strategy Vault Liquidator History
curl --request GET \
  --url https://api-sv.orderly.org/v1/public/strategy_vault/vault/liquidator_history
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "meta": {
      "total": 9,
      "records_per_page": 25,
      "current_page": 1
    },
    "rows": [
      {
        "liquidation_id": 1728,
        "timestamp": 1685154032762,
        "type": "liquidated",
        "assigned": 1,
        "positions_by_perp": [
          {
            "abs_liquidator_fee": 1.152279,
            "cost_position_transfer": 65.84448,
            "liquidator_fee": 0.0175,
            "position_qty": 41.6,
            "symbol": "PERP_NEAR_USDC",
            "transfer_price": 1.5828
          }
        ]
      }
    ]
  }
}

Query Parameters

vault_id
string
required
symbol
string

only 1 at a time

page
number

the page you wish to query start from 1

size
number

the page size you wish to query (max: 500)

Response

200 - application/json

Success

success
boolean
Example:

true

timestamp
number
Example:

1702989203989

data
object