Get Crypto Historical Prices
get_crypto_historyReturns historical daily closing prices for any supported cryptocurrency over 30, 90, or 365 days. Use for trend analysis, drawdown calculation, or training data. Source: CoinGecko. Priced at $0.15 USDC via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Crypto symbol e.g. BTC, ETH, SOL | |
| days | Yes | History window: 30 ($0.15), 90 ($0.15), or 365 ($0.15) days |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End date (YYYY-MM-DD) | |
| days | Yes | Number of days requested | |
| name | Yes | Full coin name | |
| count | Yes | Number of data points returned | |
| start | Yes | Start date (YYYY-MM-DD) | |
| symbol | Yes | Crypto symbol | |
| observations | Yes | Daily price observations |