Token Balances By Wallet
Fetches fungible tokens (native, ERC-20, and SPL) for multiple wallet addresses and networks. Returns a list of tokens with balances for each wallet/network combination. This endpoint is supported on Ethereum, Solana, and 30+ EVM chains. See the full list of supported networks [here](https://dashboard.alchemy.com/chains)
Path Parameters
apiKey
Request
This endpoint expects an object.
addresses
Array of address and networks pairs (limit 3 pairs, max 20 networks). Networks should match network enums.
includeNativeTokens
Whether to include each chain’s native token in the response (e.g. ETH on Ethereum). The native token will have a null contract address.
includeErc20Tokens
Boolean - if set to true, returns ERC-20 tokens. Setting this to false will reduce payload size and may result in a faster API call. Defaults to true.
pageKey
Response
Successful response!
data