📄️ getAccount
Fetch a minimal set of current info about a Stellar account.
📄️ getHealth
General node health check.
📄️ getLedgerEntry
For reading the current value of ledger entries directly. Allows you to directly inspect the current state of a contract, a contract's code, or any other ledger entry. This is a backup way to access your contract data which may not be available via events or simulateTransaction.
📄️ getEvents
Clients can request a filtered list of events emitted by a given ledger range. Soroban-RPC will support querying within a maximum 24 hours of recent ledgers.
📄️ getTransactionStatus
The getTransactionStatus method is still a work-in-progress.
📄️ sendTransaction
Submit a real transaction to the Stellar network. This is the only way to make changes "on-chain".
📄️ simulateTransaction
Submit a trial contract invocation to get back return values, expected ledger footprint, and expected costs.