cURL
curl --request GET \ --url https://api-sv.orderly.org/v1/public/strategy_vault/sp/info
{ "success": true, "timestamp": 1702989203989, "data": { "sp_nav": 56789, "sp_total_strategy_shares": 12700, "sp_strategy_shares_pct": 0.12, "available_strategy_shares": 12458.05, "sp_lifetime_net_pnl": 8888, "potential_pnl": 2567.73, "sp_reserved_collateral": 50000, "sp_min_shares_pct": 0.01, "total_performance_fees": 1.24 } }
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/sp/info
Success
The response is of type object.
object