Holders

Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.

ℹī¸

This endpoint is available on Codex Growth and Enterprise Plans

Endpoint: holders

Method: POST

Arguments

NameTypeDescription
inputHoldersInput!

Required

NameTypeDescription
cursorString

A cursor for use in pagination.

sortHoldersInputSort

The attribute to sort the list on

tokenIdString!

The ID of the token (tokenAddress:networkId).

Required

Response

NameTypeDescription
countInt!The unique count of holders for the token.
cursorStringA cursor for use in pagination.
items[Balance!]!The list of wallets holding the token.
statusHoldersStatus!Status of holder. Disabled if on unsupported network or there is insufficient holder data.
top10HoldersPercentFloatWhat percentage of the total supply do the top 10 holders hold.

Explorer