get_total_supply
Retrieve the total supply of any ERC-20 token by providing its blockchain address and chain ID, enabling token analysis and verification.
Instructions
Get the total supply of a token given its address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | The chain ID | |
| token_address | Yes | The address of the token |