Learn how to analyze wallet performance and discover traders with the Codex API
Example using the filterWallets endpoint
Example using the filterTokenWallets endpoint
filterTokenWallets
can only accept one tokenID at a time, however, if you instead filter for a tokenBalance
that is greater than 0, you can potentially get more records in one request. Note that our records do not track token transfers and are only updated on swaps, so accuracy may not be 100%.Example using detailedWalletStats endpoint
Example using getTokenEventsForMaker endpoint
backfillWalletAggregates
mutation found here.Example using walletChart endpoint with a 30-day timeframe
Example using the balances endpoint