Skip to main content
Returns the points, rank, number of participants and blacklist status for a wallet across all point systems accessible to the API key. Accepts a 0x address or an ENS name — resolution is automatic.

GET /points

Request

Query parameters

Response 200

Response fields

Root

pointSystems[]

summary

Errors


Edge cases

Pre-emptive blacklist — if a wallet was blacklisted before receiving any points, it still appears in pointSystems with points: 0 and rank: null. Unknown wallet — if the wallet does not appear in any point system, pointSystems will be empty and summary.totalPointSystems will be 0.

Code examples