GET
/
v1
/
client
/
points
curl --request GET \
  --url https://api-evm.orderly.network/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
success
boolean
required
timestamp
integer
data
object