crypto_intraday
Fetch intraday time series data for cryptocurrencies, specifying symbol, market, interval, and output format, to monitor and analyze market trends efficiently.
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"). |