crypto_history
Retrieve historical cryptocurrency price data for any symbol (e.g., BTC, ETH) with customizable date range and interval (daily, weekly, monthly).
Instructions
Get cryptocurrency historical price data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date YYYY-MM-DD (default: today) | |
| start | No | Start date YYYY-MM-DD (default: 30 days ago) | |
| symbol | No | Crypto symbol (e.g. BTC, ETH, SOL) | BTC |
| interval | No | Time interval - 1D, 1W, 1M (default: 1D) | 1D |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |