Skip to content

Get ERC20 balance

GET
/v2/asset/erc20/balance/{contractDeploymentId}/{walletAddress}

Get the balance of an ERC20 token for a specific address using the provided contract deployment ID.

contractDeploymentId
required
string

The contract deployment ID of the ERC20 token

walletAddress
required
string

The wallet address of the owner

X-API-Key
string

API Key

X-API-Secret
string

API Secret

The balance of the ERC20 token

object
balance
required

The balance of the ERC20 token

string
walletAddress
required

The walletAddress of the owner

string
contractDeploymentId
required

The FSCO contractDeploymentId

string
decimals

The number of decimals for the token

number
name

The name of the token

string
symbol

The symbol of the token

string