Skip to main content
GET
/
v1
/
client
/
points
/
user_statistics
Get User Statistics
curl --request GET \
  --url https://api.orderly.org/v1/client/points/user_statistics \
  --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": {
    "stage": 1,
    "address": "0x123...",
    "trading_point": 50,
    "pnl_point": 30,
    "referral_point": 20,
    "stage_rank": 1,
    "stage_points": 100,
    "weekly_breakdown": {
      "this_week": {
        "trading_point": 50,
        "pnl_point": 30,
        "referral_point": 20,
        "rank": 1
      },
      "last_week": {
        "trading_point": 50,
        "pnl_point": 30,
        "referral_point": 20,
        "rank": 1
      }
    }
  }
}

Headers

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

Query Parameters

stage
number
required

Filter by Stage

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989

data
object