๐Ÿงฎ Dynamic Compute Unit Cost

OHLCV v3 and OHLCV v3 - Pair

The CU (compute unit) cost is dynamic based on the number of candles requested. This is an update from the previous fixed max of 100 candles per request, now supporting up to 5000 candles.

๐Ÿ’ก New CU Tiers

Candle Count RangeCU Cost
< 100060
1000 - 200090
2000 - 5000120

โ„น๏ธ Example:

  • Requesting 850 candles โ†’ 60 CU
  • Requesting 1800 candles โ†’ 90 CU
  • Requesting 3200 candles โ†’ 120 CU

This dynamic model offers flexibility while scaling with data needs. Please ensure your integration handles CU cost estimation accordingly.