Token Balances By Wallet

alchemy_getTokenBalances - Returns ERC20 token balances for all tokens the given address has ever transacted in with. Optionally accepts a list of contracts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to docs-demo

For higher throughput, create your own API key

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to alchemy_getTokenBalances
params
array
length between 2 and 3
  1. String, 20 Bytes - The address to check token balances for.
  2. One of the following token specifications, defaults to erc20
    1. The String erc20 - denotes the set of erc20 tokens that the address has ever held.
    2. Array - A list of contract addresses. Suggested limit: 100 addresses
    3. The String DEFAULT_TOKENS - denotes a query for the top 100 tokens by 24 hour volume - only available on Mainnet for Ethereum, Polygon, and Arbitrum. [deprecated, please use erc20 instead]
  3. Options (optional) - An object that contains the following settings:
    1. pageKey: Applies only to the erc20 request type. A string address used for pagination.
    2. maxCount: Applies only to the erc20 request type. Defaults to 100 and currently capped at 100.
params
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json