> ## Documentation Index
> Fetch the complete documentation index at: https://data.birdeye.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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            | 45      |
| 1000 - 2000        | 75      |
| 2000 - 5000        | 100     |

<br />

## 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            | 12      |
| 101 - 300          | 30      |
| 301 - 500          | 50      |

ℹ️ Example:

* Requesting 90 transactions → 12 CU
* Requesting 250 transactions → 30 CU
* Requesting 490 transactions → 50 CU

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