fetchTokenPriceHistoryBySymbol
Retrieve historical token price data by specifying a symbol, time range, and interval using Alchemy MCP Server for accurate analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endTime | Yes | The end time date to query. e.g. "2021-01-01" | |
interval | Yes | The interval to query. e.g. "1d" or "1h" | |
startTime | Yes | The start time date to query. e.g. "2021-01-01" | |
symbol | Yes | The token symbol to query. e.g. "BTC" or "ETH" |