get_token_info
Query detailed information about an ERC20 token on the Rootstock blockchain using its contract address.
Instructions
Get information about an ERC20 token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tokenAddress | Yes | ERC20 token contract address |
Input Schema (JSON Schema)
{
"properties": {
"tokenAddress": {
"description": "ERC20 token contract address",
"type": "string"
}
},
"required": [
"tokenAddress"
],
"type": "object"
}