Skip to main content

Ecosystem RPC Providers

Ecosystem Providers

Multiple infrastructure providers have made Soroban RPC endpoint services available, and offer plans ranging from free to high throughput endpoints. These providers can be used for development, testing, and production.

These providers allow access to the Testnet and Mainnet networks.

ProviderAccessFuturenetTestnetMainnet
Blockdaemon**AccessNot availableAvailableAvailable
Validation Cloud*AccessNot availableAvailableAvailable
QuickNode**AccessNot availableAvailableAvailable
NowNodesAccessAvailableAvailableComing soon
GatewayAccessNot availableAvailableAvailable
AnkrAccessNot availableAvailableAvailable

*Please note that Validation Cloud provides a websocket (wss) endpoint for Testnet and Mainnet.

**Please note that both Blockdaemon and Quicknode combine Horizon and RPC in the same endpoint.

SDF Provided RPC (Futurenet and Testnet only)

SDF has made available Soroban RPC with access to the Futurenet and Testnet networks. These services are free to use, and are suitable for development and testing.

SDF will not be providing a publicly available RPC endpoint for Mainnet. Developers should select an ecosystem provider that works for their project before migrating to Mainnet. In some cases, projects may choose to run their own RPC instance.

NetworkRPC EndpointFriendbot EndpointProvider
Futurenethttps://rpc-futurenet.stellar.orghttps://friendbot-futurenet.stellar.orgSDF
Testnethttps://soroban-testnet.stellar.orghttps://friendbot.stellar.orgSDF

Run Your Own RPC

If you are interested in running your own RPC, please checkout this page.