Stellar
OnFinality supports the Stellar for HTTP method. For more details about our Stellar services, visit our Stellar page
Stellar RPC Features
Method | Supported |
|---|---|
HTTPs | ✅ |
Web Sockets | ✅ |
RPC Archive* | ✅ |
*RPC Archive is a new option for those looking to retrieve full ledger history. Currently only the getLedgers RPC method supports this feature. You can choose one of the providers above, or create your own getLedgers archive by following these steps.
Public Stellar RPC endpoints
Note: Our public Stellar RPC endpoint is only suitable for development. For production use cases, sign up for an API Key and avoid rate limiting
https://stellar.api.onfinality.io/public
wss://stellar.api.onfinality.io/public-ws
Supported Stellar Methods
The current supported method set and their Response Units weighting. View the complete Stellar RPC documentation here
Method | Supported | Response Units |
|---|---|---|
getEvents | ✅ | 1 |
getFeeStats | ✅ | 1 |
getHealth | ✅ | 1 |
getLatestLedger | ✅ | 1 |
getLedgerEntries | ✅ | 1 |
getLedgers | ✅ | 1 |
getNetwork | ✅ | 1 |
getTransaction | ✅ | 1 |
getTransactions | ✅ | 1 |
getVersionInfo | ✅ | 1 |
sendTransaction | ✅ | 1 |
simulateTransaction | ✅ | 1 |