cURL
curl --request GET \ --url https://api-sv.orderly.org/v1/public/strategy_vault/vault/overall_info
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "strategy_vaults_tvl": 1234567.89, "strategy_vaults_lifetime_net_pnl": 350000.21, "strategy_vaults_count": 8, "strategy_vaults_lp_count": 1234 } ] } }
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/vault/overall_info
return all if no filter. can filter multiple broker_id per query
Success
true
1702989203989
Show child attributes
Sum tvl of all vaults
1234567.89
Sum lifetime net pnl of all vaults
350000.21
With status == live & closing. status == closed will not be included in this count.
8
Sum of LP count of all SV. e.g. address 0x…123 deposited in vault A & vault B will be counted as 2
1234