agentek-eth

by NaniDAO
Verified

getSymbol

Retrieve the symbol of an ERC20 token by specifying its address and chain ID using this MCP server tool for Ethereum-based cryptocurrency research and automation.

Instructions

Gets the symbol of an ERC20 token

Input Schema

NameRequiredDescriptionDefault
chainIdNoIf not specified, returns symbol for all supported chains.
tokenYesThe token address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "If not specified, returns symbol for all supported chains.", "type": "number" }, "token": { "description": "The token address", "type": "string" } }, "required": [ "token" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce