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.

Returns

WalletLabelType
[WalletLabelType!]!
See WalletLabelType
This query returns the canonical vocabulary used by the identityLabels field on WalletFilterResult and Wallet. Use it to discover every label value a wallet might carry, render human-readable badges in your UI, or build a filter picker. identityLabels is distinct from the behavioral labels array on the same types:
  • Behavioral labels are derived automatically from on-chain activity (trading patterns, holdings, swap behavior)
  • Identity labels are curated. They come from internal research on scraped sources (Etherscan tagging, public attribution datasets, social profiles, exchange disclosures) and from community proposals reviewed by Codex.

Available label types

The table below is generated from the live walletLabelTypes response on every docs build, so it always reflects the current vocabulary.
NameDisplay NameDescription
CEXCEXCentralized exchange wallet
DEXDEXDecentralized exchange wallet
BRIDGEBridgeCross-chain bridge contract
MIXERMixerPrivacy mixer
KOLKOLKey opinion leader / influencer
FOUNDERFounderProject founder wallet
VCVCVenture capital fund
WHALEWhaleHigh-balance / high-volume wallet
BOTBotAutomated trading bot
MEV_BOTMEV BotMEV extraction bot
SNIPERSniperBuys at launch / first block
SCAMMERScammerKnown scammer
RUG_PULLERRug PullerKnown rug-puller
HACKERHackerExploited a contract
BLACKLISTEDBlacklistedOn our internal blacklist
SANCTIONEDSanctionedOFAC sanctioned
INSIDERInsiderPre-launch insider buyer

Query example

{
  walletLabelTypes {
    name
    displayName
    description
  }
}