cURL
curl --request GET \ --url https://api-sv.orderly.org/v1/public/strategy_vault/fund/period_info
{ "success": true, "timestamp": 1702989203989, "data": { "meta": { "total": 2, "records_per_page": 25, "current_page": 1 }, "rows": [ { "period_number": 2, "start_time": 1738454400000, "end_time": 1738540800000, "total_deposit_amount": 30000, "total_withdrawal_amount": null } ] } }
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/fund/period_info
the page you wish to query
the page size you wish to query (max: 500)
Success
The response is of type object.
object