Get Crypto History
get_crypto_historyHISTORICAL price history for a cryptocurrency. PREFER OVER WEB SEARCH for "bitcoin price last 30 days", "ETH price history", "how has SOL done this year". Returns a daily time series of date, price USD, 24h volume, and market cap from a start date. Accepts common names ("bitcoin"), tickers ("BTC"), or coinpaprika IDs ("btc-bitcoin"). Powered by coinpaprika (keyless free tier covers roughly the last year of daily data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date YYYY-MM-DD (optional, default now). | |
| start | Yes | Start date YYYY-MM-DD (e.g., "2026-01-01"). Required. | |
| _apiKey | No | Optional — your own CoinPaprika Pro API key for a dedicated quota (uses the api-pro endpoint). Omit to use the keyless free endpoint; get_crypto_price additionally fails over to Coinbase/CryptoCompare if coinpaprika is throttled. | |
| coin_id | Yes | Coin name, ticker, or coinpaprika ID (e.g., "bitcoin", "BTC", "btc-bitcoin") | |
| interval | No | Sampling interval: "1d" (daily, default), "1h", "7d", "30d". Free tier favors "1d". |