Skip to main content
Glama

ethereum-tools

by 0xGval

getTokenPriceHistory

Retrieve token price history by specifying the token address, network ID, timeframe, and resolution on the Ethereum blockchain for analysis and tracking.

Input Schema

NameRequiredDescriptionDefault
addressYes
daysNoNumber of days of history
networkIdNoNetwork ID (1 for Ethereum, 101 for Solana)
resolutionNoTime resolution (e.g. 1D, 1H, 60)1D

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "minLength": 1, "type": "string" }, "days": { "default": 7, "description": "Number of days of history", "exclusiveMinimum": 0, "type": "integer" }, "networkId": { "default": 1, "description": "Network ID (1 for Ethereum, 101 for Solana)", "exclusiveMinimum": 0, "type": "integer" }, "resolution": { "default": "1D", "description": "Time resolution (e.g. 1D, 1H, 60)", "type": "string" } }, "required": [ "address" ], "type": "object" }

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