Skip to main content
GET
/
v1
/
public
/
points
/
stages
Get Information About Stages
curl --request GET \
  --url https://api.orderly.org/v1/public/points/stages
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "stage_id": 1,
        "start_time": 1704067200,
        "end_time": 1705276800,
        "status": "active",
        "stage_name": "Stage 1",
        "stage_description": "Stage 1 description",
        "is_continous": true
      }
    ]
  }
}

Query Parameters

stage_id
number

Filter by specific Stage, return all if empty

status
string

Filter by status (completed/active), return all if empty except pending

broker_id
string
required

Filter by Broker

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989

data
object