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.

filters
WalletFilters
A set of filters to apply. See WalletFilters
wallets
[String]
A list of wallet addresses to filter by.
phrase
String
A phrase to search for. Matches wallet address, display name, or social usernames (Twitter, Discord, Telegram, Farcaster, GitHub).
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
[WalletRanking]
A list of ranking attributes to apply. See WalletRanking
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
  • filterWallets: Returns a list of wallets based on a variety of filters.