📘See the Stellar Soroban RPC API connection guide.
| 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 |