GET
/
v1
/
public
/
strategy_vault
/
fund
/
period_info
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
      }
    ]
  }
}

Query Parameters

vault_id
string
required
wallet_address
string
required
period_number
string

Response

200 - application/json
Success
success
boolean
timestamp
number
data
object