GET
/
v1
/
public
/
strategy_vault
/
vault
/
positions
curl --request GET \
  --url https://api-sv.orderly.org/v1/public/strategy_vault/vault/positions
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "symbol": "PERP_BTC_USDC",
        "position_qty": -5,
        "average_open_price": 27908.14386047,
        "mark_price": 27794.9,
        "est_liq_price": 117335.92899428
      }
    ]
  }
}

Query Parameters

vault_id
string
required

Response

200 - application/json

Success

The response is of type object.