get_coin_history
Retrieve historical price data for a stablecoin. Returns timestamp and price pairs for sparklines or charts, with configurable days.
Instructions
Get historical price data for a specific stablecoin. Returns timestamp and price pairs suitable for sparklines or charts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of history (1-365). Default: 7 | |
| ticker | Yes | The coin ticker symbol (e.g., USDT, USDC). Case-insensitive. |