Points
Points leaderboard and user points data
Returns points leaderboard data with wallet addresses and their corresponding points.
Can be filtered to specific addresses or return all addresses with pagination support.
Query parameters
addressesstringOptionalExample:
Comma-separated list of wallet addresses to filter. For a single address, provide one value. If omitted, returns all addresses.
0xf28e1b06e00e8774c612e31ab3ac35d5a720085f,0x598035a2e984993229f6fa4c8c3ecf6c52ad51b5limitinteger · min: 1 · max: 1000OptionalDefault:
Maximum number of results to return per page
100Example: 100pageinteger · min: 1OptionalDefault:
Page number for pagination
1Example: 1Responses
200
Successful response
application/json
400
Bad request - Invalid address format
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/api/public/pointsLast updated

