GET
/
v1
/
public
/
strategy_vault
/
vault
/
performance
curl --request GET \
  --url https://api-sv.orderly.org/v1/public/strategy_vault/vault/performance
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      [
        {
          "time_range": "24h",
          "incremental_net_pnl": 5678.9,
          "tvl_max_drawdown": 0.015,
          "pnl_max_drawdown": 0.012,
          "fees": 1234.5,
          "volume": 456789
        },
        {
          "time_range": "7d",
          "incremental_net_pnl": -45678.9,
          "tvl_max_drawdown": 0.02,
          "pnl_max_drawdown": 0.04,
          "fees": 7890.5,
          "volume": 1234567
        },
        {
          "time_range": "30d",
          "incremental_net_pnl": 172567.73,
          "tvl_max_drawdown": 0.0253,
          "pnl_max_drawdown": 0.0051,
          "fees": 56789,
          "volume": 3456789
        },
        {
          "time_range": "all_time",
          "incremental_net_pnl": 1234567.89,
          "tvl_max_drawdown": 0.03,
          "pnl_max_drawdown": 0.08,
          "fees": 98765,
          "volume": 9876543
        }
      ]
    ]
  }
}

Query Parameters

vault_id
string
required

Response

200 - application/json
Success
success
boolean
Example:

true

timestamp
number
Example:

1702989203989

data
object