Skip to content

Get Multiple ERC20 Balances

GET
/asset/erc20/balances

Retrieve the balances of ERC20 tokens for multiple wallets and contracts.

Note: This endpoint is in beta and may be subject to changes.

Authorizations

Parameters

Query Parameters

walletAddresses
required
string

Comma-separated list of wallet addresses.

contractDeploymentIds
required
string

Comma-separated list of contract deployment IDs.

Responses

200

ERC20 balances retrieved successfully.

object
balances
Array<object>
object
balance

The balance of ERC20 tokens.

string
walletAddress

The wallet address owning the tokens.

string
contractDeploymentId

The deployment ID of the ERC20 contract.

string

400

Bad request, missing or invalid parameters.

object
code

HTTP status code.

integer
status

Status message, e.g., “INTERNAL_SERVER_ERROR”.

string