get_prices
Retrieve daily open, high, low, close prices in USD, market cap, and 24-hour trading volume for a cryptocurrency. Returns one row per day, ordered newest first.
Instructions
Get daily OHLC prices (open/high/low/close in USD), market cap, and 24h trading volume. Returns one row per day, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of daily data points to return | |
| symbol | No | Cryptocurrency symbol (default: BTC) | BTC |
| end_date | No | End date (YYYY-MM-DD). Defaults to today. | |
| start_date | No | Start date (YYYY-MM-DD). Overrides days param when set. |