get_crypto_prices
Retrieve historical cryptocurrency prices for specified tickers with flexible date ranges and customizable resample frequencies (e.g., 1min to 1day).
Instructions
Get historical crypto prices.
Args: tickers: Comma-separated crypto tickers (e.g. btcusd, ethusd). start_date: Start date in YYYY-MM-DD format. end_date: End date in YYYY-MM-DD format. resample_freq: Resample frequency — 1min, 5min, 15min, 30min, 1hour, 1day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | ||
| end_date | No | ||
| start_date | No | ||
| resample_freq | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |