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

A contract deployment Id

Example
contract-deployment-123
walletAddress
required
string

A wallet address

Example
0x123...
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

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error