Returns the current amount of an ERC-20 token in circulation.
Try this endpoint in your browser
Query Parameters
Parameter | Description |
---|---|
Sample Response
Tip : The result
is returned in the token's smallest decimal representation.
Eg. a token with a balance of 215.241526476136819398
and 18 decimal places will be returned as 215241526476136819398
Returns the current balance of an ERC-20 token of an address.
Query Parameters
Sample Response
Eg. a token with a balance of 215.241526476136819398
and 18 decimal places will be returned as 215241526476136819398
Try this endpoint in your browser
Parameter | Description |
---|---|
Tip : The result
is returned in the token's smallest decimal representation.
contractaddress
the contract address
of the ERC-20 token
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance