📘

See the [Stellar Soroban RPC API connection guide](https://docs.blockdaemon.com/docs/access-soroban-rpc).

The table below shows the supported Soroban methods along with their assigned CU values.

| Method | Compute Unit Value |
| --- | --- |
| **[`getEvents`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getEvents)** | 5 |
| **[`getFeeStats`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getFeeStats)** | 10 |
| **[`getHealth`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getHealth)** | 1 |
| **[`getLatestLedger`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getLatestLedger)** | 5 |
| **[`getLedgerEntries`](https://developers.stellar.org/docs/data/hubble/analyst-guide/queries-for-horizon-like-data#getledgerentries)** | 10 |
| **[`getNetwork`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getNetwork)** | 1 |
| **[`getTransaction`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getTransaction)** | 5 |
| **[`getTransactions`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getTransactions)** | 50 |
| **[`getVersionInfo`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getVersionInfo)** | 5 |
| **[`sendTransaction`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/sendTransaction)** | 100 |
| **[`simulateTransaction`](https://developers.stellar.org/docs/data/rpc/api-reference/methods/simulateTransaction)** | 100 |
