cex_fx_get_fx_candlesticks
Get futures candlestick/OHLCV data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp in seconds, defaults to current time if not specified | |
| from | No | Start timestamp in seconds. Defaults to to - 100 * interval if not specified | |
| limit | No | Maximum number of data points to return. Mutually exclusive with from/to parameters | |
| settle | No | Settlement currency | |
| contract | Yes | Futures contract name | |
| interval | No | Time interval. Note: 1w means natural week, 7d aligns with Unix epoch, 30d means natural month | |
| timezone | No | Timezone: all/utc0/utc8, defaults to utc0 |