Skip to content

Get ERC20 Balance

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

Retrieve the balance of ERC20 tokens for a given wallet and contract.

Note: This endpoint is in beta and may be subject to changes.

Authorizations

Parameters

Path Parameters

contractDeploymentId
required
string

The deployment ID of the ERC20 contract.

walletAddress
required
string

The wallet address to check the balance for.

Responses

200

ERC20 balance retrieved successfully.

object
balance

The balance of ERC20 tokens.

string
walletAddress

The wallet address owning the tokens.

string
contractDeploymentId

The deployment ID of the ERC20 contract.

string

400

Bad request, missing or invalid parameters.

object
code

HTTP status code.

integer
status

Status message, e.g., “INTERNAL_SERVER_ERROR”.

string