Gateway.crypto-chart
gateway.crypto-chartFull Description
Display cryptocurrency price charts and market information. Use this tool to display cryptocurrency price charts and market information.
When to use:
- User asks about cryptocurrency prices, charts, or market data
- User wants to view K-line charts for a specific coin
- User wants to compare different cryptocurrencies
- User asks to switch between different coins or chart intervals
Parameters:
- symbol: Cryptocurrency symbol (e.g., BTC, ETH, SOL, DOGE). Defaults to BTC if not specified.
- interval: Chart time period - '1d' for daily, '1w' for weekly, '1M' for monthly. Defaults to '1d'.
- days: Number of historical days to load (default: 365). Maximum depends on interval.
Examples:
- "Show me Bitcoin chart" → Use symbol: "BTC"
- "Display Ethereum weekly chart" → Use symbol: "ETH", interval: "1w"
- "Show me SOL price for the last 6 months" → Use symbol: "SOL", days: 180
- "Switch to monthly view" → Use interval: "1M"
Always provide the symbol parameter when the user mentions a specific cryptocurrency. If the user wants to change the chart period, use the interval parameter.
Parameters (0 required, 4 optional)
daysintegerNumber of historical days to load (default: 365). Maximum depends on interval.
365exchangestringExchange name (e.g., OKX). Defaults to OKX if not specified.
OKXintervalstringChart time period - '1d' for daily, '1w' for weekly, '1M' for monthly. Defaults to '1d'.
1dsymbolstringCryptocurrency symbol (e.g., BTC, ETH, SOL, DOGE). Defaults to BTC if not specified.
BTC