Skip to main content
Glama

Alchemy MCP Server

Official

fetchTokenPriceHistoryBySymbol

Retrieve historical token price data by specifying a symbol, time range, and interval using Alchemy MCP Server for accurate analysis.

Input Schema

NameRequiredDescriptionDefault
endTimeYesThe end time date to query. e.g. "2021-01-01"
intervalYesThe interval to query. e.g. "1d" or "1h"
startTimeYesThe start time date to query. e.g. "2021-01-01"
symbolYesThe token symbol to query. e.g. "BTC" or "ETH"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endTime": { "description": "The end time date to query. e.g. \"2021-01-01\"", "type": "string" }, "interval": { "description": "The interval to query. e.g. \"1d\" or \"1h\"", "type": "string" }, "startTime": { "description": "The start time date to query. e.g. \"2021-01-01\"", "type": "string" }, "symbol": { "description": "The token symbol to query. e.g. \"BTC\" or \"ETH\"", "type": "string" } }, "required": [ "symbol", "startTime", "endTime", "interval" ], "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/alchemyplatform/alchemy-mcp-server'

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