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.

networkId
Int!
required
The network ID to filter wallets for
filters
WalletNetworkFilters
A set of filters to apply. See WalletNetworkFilters
wallets
[String]
A list of wallet addresses to filter by.
excludeLabels
[String]
Exclude wallets with these labels. See WalletLabel for possible values.
includeLabels
[String]
Include wallets with these labels. See WalletLabel for possible values.
rankings
[WalletNetworkRanking]
A list of ranking attributes to apply. See WalletNetworkRanking
limit
Int
The maximum number of wallets to return.
offset
Int
Where in the list the server should start when returning items. Use count+offset from the previous query to request the next page of results.

Used By

Used as input by
  • filterNetworkWallets (deprecated): Returns a list of wallets with stats narrowed down to a specific network.