Tokens By Wallet
Fetches fungible tokens (native and ERC-20) for multiple wallet addresses and networks. Returns a list of tokens with balances, prices, and metadata for each wallet/network combination. This endpoint is supported on Ethereum, Solana, and 30+ EVM chains. See the full list of supported networks here.
Path parameters
Request
Array of address and networks pairs (limit 2 pairs, max 5 networks each). Networks should match network enums.
Boolean - if set to true
, returns metadata. Setting this to false will reduce payload size and may result in a faster API call. Defaults to true
.
Boolean - if set to true
, returns token prices. Setting this to false will reduce payload size and may result in a faster API call. Defaults to true
.
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.
Response
Successful response!
List of tokens by address, with prices and metadata.