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.
The wallet address to filter by.
The network IDs to filter by.
The token IDs (
address:networkId) or addresses to request the balance for. Requires a list of networks if only passing addresses. Include native network balances using native as the token address. Only applied when using walletAddress (not walletId). Max 200 tokens.Whether to include native network balances in the response (ID will be native:<networkId>). Requires a list of
networks. Does not apply when using tokens.The maximum number of holdings to return. Does not apply when using
tokens.A cursor for use in pagination.
Whether to remove scam tokens from the response.
The attribute to sort the list on. Defaults to BALANCE (raw token amount).
See BalancesSortAttribute
The direction to sort the list. Defaults to DESC (highest value first).
See RankingDirection
The ID of the wallet (
walletAddress:networkId).Optional token specifically request the balance for. Only works with
walletId.Used By
Used as input by- balances: Returns list of token balances that a wallet has.