githubEdit

TotalSupply

get

Retrieves the total supply of an ERC20 token.

Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
  • The account address.
Query parameters
chainIdstringRequired
  • The blockchain chain ID.
addressstringRequired
  • The ERC20 token contract address.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
chevron-right
200

A promise that resolves to an ERC20APIResponse containing the total supply of the token as a string.

application/json
get
/erc20/{account}/totalSupply
200

A promise that resolves to an ERC20APIResponse containing the total supply of the token as a string.