paradex-klines
Retrieve historical candlestick (kline) data for specific markets, including open, high, low, close prices, and volume. Specify time range and resolution for detailed market analysis.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_unix_ms | No | End time in unix milliseconds. | |
market_id | Yes | Market symbol to get klines for. | |
resolution | No | The time resolution of the klines. | 1 |
start_unix_ms | No | Start time in unix milliseconds. |