GET
/
v1
/
public
/
strategy_vault
/
vault
/
performance_chart
curl --request GET \
  --url https://api-sv.orderly.org/v1/public/strategy_vault/vault/performance_chart
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "timestamp": 1734307200000,
        "value": 1400000
      }
    ]
  }
}

Query Parameters

vault_id
string
required
type
string
required

PNL / TVL

time_range
string
required

24h / 7d / 30d / all_time

Response

200 - application/json

Success

The response is of type object.