Skip to content

Get multiple ERC20 balances

GET
/v2/asset/erc20/balances

Get balances for multiple wallet addresses and contract deployments.

walletAddresses
required
string

A wallet address

Example
0x123...
contractDeploymentIds
required
string

A contract deployment Id

Example
contract-deployment-123
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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