Skip to main content
Glama

ethereum-tools

by 0xGval

analyzeToken

Analyze on-chain token data for Ethereum or Solana by specifying address, network ID, and days. Gain insights into token behavior, usage, and trends using blockchain analysis.

Input Schema

NameRequiredDescriptionDefault
addressYes
daysNoNumber of days to analyze
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" }, "days": { "default": 30, "description": "Number of days to analyze", "exclusiveMinimum": 0, "type": "integer" }, "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