agentek-eth

by NaniDAO
Verified

getName

Retrieve the name of an ERC20 token by providing its address and optional chain ID, simplifying cryptocurrency research and Ethereum automation tasks.

Instructions

Gets the name of an ERC20 token

Input Schema

NameRequiredDescriptionDefault
chainIdNoIf not specified, returns name 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 name 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