Skip to main content
Glama

ethereum-tools

by 0xGval

getTokenInfo

Retrieve detailed information about Ethereum tokens by providing their address and network ID. Simplify token analysis and blockchain data retrieval with this utility.

Input Schema

NameRequiredDescriptionDefault
addressYes
networkIdNoNetwork ID (1 for Ethereum, 101 for Solana)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "minLength": 1, "type": "string" }, "networkId": { "default": 1, "description": "Network ID (1 for Ethereum, 101 for Solana)", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "address" ], "type": "object" }

Other Tools from ethereum-tools

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xGval/evm-mcp-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server