get_market_history
Retrieve daily price history for a cryptocurrency symbol, including min, max, and change statistics. Customize the look-back period and quote currency.
Instructions
Get daily price history for a symbol plus min/max/change statistics.
Args: symbol: Single ticker symbol, e.g. "BTC". days: Look-back window in days, 1..365 (default 30). vs_currency: Quote currency (default "usd").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| symbol | Yes | ||
| vs_currency | No | usd |