cURL
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, "max_drawdown": 0.015, "pnl_max_drawdown": 0.012, "fees": 1234.5, "volume": 456789 }, { "time_range": "7d", "incremental_net_pnl": -45678.9, "max_drawdown": 0.02, "pnl_max_drawdown": 0.04, "fees": 7890.5, "volume": 1234567 }, { "time_range": "30d", "incremental_net_pnl": 172567.73, "max_drawdown": 0.0253, "pnl_max_drawdown": 0.0051, "fees": 56789, "volume": 3456789 }, { "time_range": "all_time", "incremental_net_pnl": 1234567.89, "max_drawdown": 0.03, "pnl_max_drawdown": 0.08, "fees": 98765, "volume": 9876543 } ] ] } }
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/vault/performance
Success
true
1702989203989
Show child attributes