Skip to main content
GET
/
v1
/
client
/
points
Get User's Merits
curl --request GET \
  --url https://api.orderly.org/v1/client/points
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "total_points": 547,
    "global_rank": 17,
    "tier": 3,
    "current_epoch_points": 200,
    "current_epoch_rank": 3,
    "rows": [
      {
        "rank": 1,
        "epoch_id": 1,
        "points": 15000
      }
    ]
  }
}

Query Parameters

address
string
required

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989

data
object