cURL
curl --request GET \ --url https://api.orderly.org/v1/public/points/leaderboard
{ "success": true, "timestamp": 1702989203989, "data": { "epoch_id": 1, "meta": { "total": 9, "records_per_page": 25, "current_page": 1 }, "rows": [ { "rank": 1, "tier": 1, "address": "0xfcc17f2b240380d56f0615e8f654e4ae3cee8957", "points": 15000, "previous_rank": 4 } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/public/points/leaderboard
Starting rank you wish to query
Ending rank you wish to query
the epoch for which you want to check the leaderboard
start from 1
OK
true
1702989203989
Show child attributes