cURL
curl --request GET \ --url https://api.orderly.org/v1/admin/points/stage \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "stage_id": 1, "stage_name": "Trading Points", "start_date": "2024-01-01", "end_date": "2024-01-07", "epoch_period": 7, "volume_boost": 1, "pnl_boost": 0.5, "l1_referral_boost": 0.5, "l2_referral_boost": 0.1, "status": "pending", "is_continous": false } ] } }
Limit: 10 requests per 1 second per user per IP address
GET /v1/admin/points/stage
Get a specific stage (series of epochs).
Only callable by Broker Admin.
Filter by specific Stage
OK
true
1702989203989
Show child attributes