agentek-eth

by NaniDAO
Verified

getTokenInfo

Retrieve token contract metadata, including chain ID and address, to analyze and manage Ethereum-based assets across multiple supported blockchain networks.

Instructions

Fetch metadata for a token contract.

Input Schema

NameRequiredDescriptionDefault
chainYesChain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453
tokenContractYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chain": { "anyOf": [ { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" }, { "allOf": [ { "type": "number" }, { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" } ] } ], "description": "Chain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453" }, "tokenContract": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "chain", "tokenContract" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce