📄️ getEvents
Clients can request a filtered list of events emitted by a given ledger range.
📄️ getHealth
General node health check.
📄️ getLatestLedger
For finding out the current latest known ledger of this node. This is a subset of the ledger info from Horizon.
📄️ getLedgerEntries
For reading the current value of ledger entries directly.
📄️ getNetwork
General info about the currently configured network.
📄️ getTransaction
Clients will poll this to tell when the transaction has been completed.
📄️ 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 simulate how it would be executed by the network. This endpoint calculates the effective transaction data, required authorizations, and minimal resource fee. It provides a way to test and analyze the potential outcomes of a transaction without actually submitting it to the network.