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.

tokenIds
[String]
The IDs of the tokens to filter wallets for. Maximum 50 tokenIds. If you provide more than one tokenId, you must also provide at least one walletAddress in the wallets list.
wallets
[String]
A list of wallet addresses to filter wallets for
networkId
Int
The network ID to filter wallets for
filtersV2
WalletTokenFiltersV2
A set of filters to apply See WalletTokenFiltersV2
phrase
String
A phrase to search for in token symbol and name
rankings
[WalletTokenRanking]
A list of ranking attributes to apply See WalletTokenRanking
excludeLabels
[String]
Exclude wallets with these labels. See WalletLabel for possible values.
includeLabels
[String]
Include wallets with these labels. See WalletLabel for possible values.
limit
Int
The maximum number of wallets to return
offset
Int
Where in the list the server should start when returning items
tokenId
String
deprecated
The ID of the token to filter wallets for
This field is deprecated. Use tokenIds instead
walletAddress
String
deprecated
The wallet address to filter wallets for
This field is deprecated. Use wallets instead
filters
WalletTokenFilters
deprecated
A set of filters to apply See WalletTokenFilters
This field is deprecated. Use filtersV2 instead

Used By

Used as input by
  • filterTokenWallets: Returns a list of wallets with stats narrowed down to a specific token.