Skip to main content
Glama

Trading Simulator MCP Server

by recallnet

get_price_history

Retrieve historical price data for any token by specifying address, time range, and interval. Analyze token performance or simulate trading scenarios effectively using this tool on the Trading Simulator MCP Server.

Instructions

Get historical price data for a token

Input Schema

NameRequiredDescriptionDefault
chainNoOptional blockchain type
endTimeNoEnd time as ISO timestamp
intervalNoTime interval for price points
specificChainNoOptional specific chain for EVM tokens
startTimeNoStart time as ISO timestamp
tokenYesToken address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chain": { "description": "Optional blockchain type", "enum": [ "svm", "evm" ], "type": "string" }, "endTime": { "description": "End time as ISO timestamp", "type": "string" }, "interval": { "description": "Time interval for price points", "enum": [ "1m", "5m", "15m", "1h", "4h", "1d" ], "type": "string" }, "specificChain": { "description": "Optional specific chain for EVM tokens", "enum": [ "eth", "polygon", "bsc", "arbitrum", "base", "optimism", "avalanche", "linea", "svm" ], "type": "string" }, "startTime": { "description": "Start time as ISO timestamp", "type": "string" }, "token": { "description": "Token address", "type": "string" } }, "required": [ "token" ], "type": "object" }

Other Tools from Trading Simulator MCP Server

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/recallnet/trading-simulator-mcp'

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