Ecosystem RPC Providers
Ecosystem Providers
Multiple infrastructure providers have made Stellar 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 network and Mainnet network.
Provider | Access | Futurenet | Testnet | Mainnet |
---|---|---|---|---|
Blockdaemon* | Access | Not available | Available | Available |
Validation Cloud* | Access | Not available | Available | Available |
QuickNode* | Access | Not available | Available | Available |
NowNodes | Access | Available | Available | Available |
Gateway | Access | Not available | Available | Available |
Ankr | Access | Not available | Available | Available |
Infstones | Access | Not available | Not Available | Available |
Obsrvr | Access | Not available | Available | Available |
GetBlock | Access | Not available | Not Available | Available |
*Blockdaemon, Validation Cloud, and Quicknode combine Horizon and RPC in the same endpoint.
Publicly Accessible RPC URLs
Provider | Mainnet RPC Endpoint | Testnet RPC Endpoint | Futurenet RPC Endpoint |
---|---|---|---|
Liquify | https://stellar-mainnet.liquify.com/api=41EEWAH79Y5OCGI7/mainnet | https://stellar.liquify.com/api=41EEWAH79Y5OCGI7/testnet | https://stellar.liquify.com/api=41EEWAH79Y5OCGI7/futurenet |
Gateway | https://soroban-rpc.mainnet.stellar.gateway.fm | https://soroban-rpc.testnet.stellar.gateway.fm | N/A |
sorobanrpc.com | https://mainnet.sorobanrpc.com | N/A | N/A |
SDF Provided RPC (Futurenet and Testnet only)
SDF has made available Stellar 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.
Network | RPC Endpoint | Friendbot Endpoint | Provider |
---|---|---|---|
Futurenet | https://rpc-futurenet.stellar.org | https://friendbot-futurenet.stellar.org | SDF |
Testnet | https://soroban-testnet.stellar.org | https://friendbot.stellar.org | SDF |
Run Your Own RPC
If you are interested in running your own RPC, please checkout this page.