Skip to content

Get multiple ERC20 balances

GET
/v2/asset/erc20/balances

Get balances for multiple wallet addresses and contract deployments.

walletAddresses
required
string
0x123...

A wallet address

contractDeploymentIds
required
string
contract-deployment-123

A contract deployment Id

List of ERC20 token balances

object
balances
required

The balances of the ERC20 token

Array<object>
object
balance
required

The balance of the erc20 token

string
decimals

The decimals of the erc20 token

number
walletAddress
required

The walletAddress of the owner

string
contractDeploymentId
required

The fsco contractDeploymentId

string
name

The name of the token

string
symbol

The symbol of the token

string

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error