๐งฎ 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 Range | CU Cost |
---|---|
< 1000 | 60 |
1000 - 2000 | 90 |
2000 - 5000 | 120 |
โน๏ธ 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.
Updated 5 days ago
Whatโs Next