Get ERC20 Balance by Chain and Wallet Address

Retrieves ERC20 token balances for a specific wallet address on the specified blockchain network. This endpoint returns detailed balance information including token metadata, exchange rates, and USD valuations when available.

Filtering Options:

  • Query specific tokens by contract address
  • Show all tokens or only those with non-zero balances
  • Include or exclude potential spam/scam tokens
Path Params
string
enum
required

Blockchain network on which to query token balances

string
required

The address of the wallet to fetch token balance for

Query Params
tokenAddress
array of strings

Filter results by specific token contract addresses. Accepts multiple addresses to retrieve balances for multiple tokens in a single request. If omitted, returns balances for all tokens

tokenAddress
boolean
Defaults to false

Include tokens with zero balances in the response (when false, only returns tokens with positive balances)

boolean
Defaults to false

Include tokens flagged as potential spam or scam tokens in the response

Responses

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