Skip to main content
GET
/
v1
/
admin
/
points
/
stage
Get Stage Parameters
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
      }
    ]
  }
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Query Parameters

stage_id
number

Filter by specific Stage

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989

data
object