๐Ÿงฎ 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

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 RangeCU Cost
<= 10025
101 - 30075
301 - 500125

โ„น๏ธ 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.