Ecosystem RPC 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 |
Nodies | Access | Not available | Available | Available |
*Blockdaemon, Validation Cloud, and Quicknode combine Horizon and RPC in the same endpoint.
Publicly Accessible RPC URLs
Provider | Mainnet | Testnet | Futurenet |
---|---|---|---|
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 |
Nodies | https://stellar-soroban-public.nodies.app | https://stellar-soroban-testnet-public.nodies.app | N/A |
SDF | N/A | https://soroban-testnet.stellar.org | https://rpc-futurenet.stellar.org |
Run Your Own RPC
If you are interested in running your own RPC, please checkout this page.