cURL
curl --request GET \ --url https://api-sv.orderly.org/v1/public/strategy_vault/fund/info
{ "success": true, "timestamp": 1702989203989, "data": { "fund_nav": 123456789, "fund_lifetime_net_pnl": 123456, "fund_total_strategy_shares": 123456789, "est_strategy_share_price": 1.5, "broker_id": "orderly", "current_period_number": 4, "period_start_time": 1738454400000, "period_end_time": 1738540800000, "period_duration": 60, "performance_fee_rate": 0 } }
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/fund/info
View Strategy Fund Info
Success
The response is of type object.
object