crypto_intraday
Fetch real-time and historical intraday cryptocurrency data (e.g., BTC/USD) at customizable intervals (1min to 60min) for analysis and decision-making. Supports JSON or CSV formats.
Instructions
Fetches intraday time series data for a cryptocurrency.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datatype | No | Data format for the response. | json |
interval | Yes | Intraday interval. | |
market | Yes | The exchange market (e.g., "USD", "EUR"). | |
outputsize | No | Output size. Compact returns latest 100 data points, Full returns complete history. | compact |
symbol | Yes | The cryptocurrency symbol (e.g., "BTC"). |