Skip to main content
GET
/
v1
/
leaderboard
/
ranking
Get User Leaderboard Rankings
curl --request GET \
  --url https://api.clicker.xyz/v1/leaderboard/ranking \
  --header 'Authorization: Bearer <token>'
{
  "rankings": {}
}
V1 is deprecated. We recommend using Leaderboard Ranking V2 which supports chain filtering.
Get a user’s ranking position across different V1 leaderboard sections.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

address
string
default:0xa4e221aa5a7ba51b5d5c7d5c923bfb9bcebcb252

The address / public key.

sections
required

Response

200

rankings
object
required