Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codex.io/llms.txt

Use this file to discover all available pages before exploring further.

tokenId
String!
required
The ID of the token (tokenAddress:networkId).
limit
Int
The maximum number of holders to return. Default is 50, maximum is 200.
cursor
String
A cursor for use in pagination.
sort
HoldersInputSort
The attribute to sort the list on See HoldersInputSort
filterContracts
Boolean
When true, filters out known LP pairs and burn addresses. Defaults to false.

Used By

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