getTokenChart
Retrieve historical price chart data for tokens from DeFi Llama using token identifiers and customizable time intervals. Analyze price trends with options for data points and search width.
Instructions
Gets historical price chart data for one or more tokens from DeFi Llama
Input Schema
Name | Required | Description | Default |
---|---|---|---|
options | No | Optional configuration for the chart data | |
period | No | Time interval between data points. Format: 1h, 4h, 1d, 1w (defaults to "1d") | 1d |
startTime | No | ISO timestamp for the start time (e.g., "2025-01-01T00:00:00Z") | |
tokens | Yes | Token identifier in format "chain:address" (e.g., "ethereum:0x...", "coingecko:ethereum") or array of such identifiers |