Get multiple ERC20 balances
GET /v2/asset/erc20/balances
GET
/v2/asset/erc20/balances
Get balances for multiple wallet addresses and contract deployments.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” walletAddresses
required
string
A wallet address
Example
0x123...
contractDeploymentIds
required
string
A contract deployment Id
Example
contract-deployment-123
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”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