Skip to main content
GET
Get top holders for a token

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

token
string
required

Token symbol or identifier (e.g. USDtb)

network
string
required

Network name (e.g. eth)

size
number
default:100

Max number of holders per page (default 100, max 1000)

Required range: 1 <= x <= 1000
cursor
string

Opaque pagination cursor. Use "A" for the first page, "Z" for the last page, or a cursor from a previous response.

Response

200 - application/json
token
string
required
network
string
required
items
object[]
required
meta
object
required
Last modified on July 30, 2026