Free / public RPC URLs
Public RPC URLs for Cosmos Hub
These endpoints are free, anonymous, and rate limited. They are useful for development, wallet reads, and one off scripts. For production traffic or indexer workloads, pair them with a paid provider so the public list becomes your fallback rather than your primary.
| RPC URL | Hosted by | Notes |
|---|---|---|
| https://cosmos-rpc.publicnode.com | Allnodes (publicnode) | Recommended in official docs. |
| https://rpc.cosmos.directory/cosmoshub | Chain Registry / cosmos.directory | |
| https://rpc-cosmoshub.blockapsis.com | Chainapsis |
Paid RPC providers
Paid RPC providers for Cosmos Hub
Production dapps, indexers, and trading systems should use a managed provider with a private API key, archive history, and an SLA. These providers list Cosmos Hub support on their public pricing pages.
- Ankr
Public RPC for 80+ chains plus a Premium tier.
Free tier: Free public endpoints (rate limited) for 80+ chains, no signup required.
Block explorers and docs
Cosmos Hub explorers and documentation
- Mintscan — https://www.mintscan.io/cosmos
- Ping.pub — https://ping.pub/cosmos
- Official documentation — https://hub.cosmos.network/
When the answer is real
Caveats and things to verify
- Cosmos chains do not use EIP 3085 (MetaMask add network). Use Keplr, Leap, Cosmostation, or another Cosmos native wallet.
- There are multiple endpoint types: Tendermint RPC (port 26657), gRPC (port 9090), and REST (port 1317). dApps usually need REST or RPC.
FAQ
Frequently asked questions
What is the Cosmos Hub chain ID?
The Cosmos Hub mainnet chain id is the string cosmoshub-4. Unlike EVM networks, Cosmos SDK chains use string chain ids, not numeric EIP 155 ids. The previous mainnet was cosmoshub-3.
How do I add Cosmos Hub to Keplr?
Keplr ships with Cosmos Hub preconfigured. If you removed it or you are using a custom build, use the chain registry suggestion at chains.keplr.app or call window.keplr.experimentalSuggestChain with the cosmoshub-4 chain registry entry.
Sources
- Cosmos Hub docs — https://hub.cosmos.network/main/hub-overview/overview.html
- Chain Registry — cosmoshub — https://github.com/cosmos/chain-registry/tree/master/cosmoshub