---
updatedAt: 2026-08-19T16:00:07.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Stellar Soroban Methods

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

### `Stellar RPC`

| Method                | Notes                                                                    | Compute Unit Value |
| --------------------- | ------------------------------------------------------------------------ | ------------------ |
| `getEvents`           | Returns events emitted over a requested ledger range.                    | 5                  |
| `getFeeStats`         | Returns statistics for charged inclusion fees.                           | 10                 |
| `getHealth`           | Returns the health status of the RPC server.                             | 1                  |
| `getLatestLedger`     | Returns information about the latest ledger known to the server.         | 5                  |
| `getLedgerEntries`    | Returns ledger entries for supplied ledger keys.                         | 10                 |
| `getLedgers`          | Returns a paginated list of ledgers from a specified starting point.     | 10                 |
| `getNetwork`          | Returns the network passphrase and related network configuration.        | 1                  |
| `getTransaction`      | Returns details and status for a transaction hash.                       | 5                  |
| `getTransactions`     | Returns transactions over a requested ledger range.                      | 50                 |
| `getVersionInfo`      | Returns version information for the RPC server.                          | 5                  |
| `sendTransaction`     | Submits a transaction envelope for processing.                           | 100                |
| `simulateTransaction` | Simulates a transaction invocation without submitting it to the network. | 100                |