๐งฎ 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 |
Recent txs
The CU (compute unit) cost is dynamic based on the number of transactions returned. This is an update from the previous fixed max of 100 transactions per request, now supporting up to 500 transactions.
๐ก New CU Tiers
Candle Count Range | CU Cost |
---|---|
<= 100 | 25 |
101 - 300 | 75 |
301 - 500 | 125 |
โน๏ธ Example:
- Requesting 90 transactions โ 25 CU
- Requesting 250 transactions โ 75 CU
- Requesting 490 transactions โ 125 CU
This dynamic model offers flexibility while scaling with data needs. Please ensure your integration handles CU cost estimation accordingly.
Updated 8 days ago
Whatโs Next