Get ERC20 balance
GET /v2/asset/erc20/balance/{contractDeploymentId}/{walletAddress}
GET
/v2/asset/erc20/balance/{contractDeploymentId}/{walletAddress}
Get the balance of an ERC20 token for a specific address using the provided contract deployment ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” contractDeploymentId
required
string
The contract deployment ID of the ERC20 token
walletAddress
required
string
The wallet address of the owner
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”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