Public Endpoints
Public JSON RPC Endpoints
Publicly exposed JSON-RPC endpoints allow you to test and run your blockchain products by providing interaction with the Klaytn network without running your own node.
Running your own Klaytn Endpoint Node (EN) is not simple, it requires technical expertise, monitoring and computing resources. It comes with a cost of maintaining storage, network bandwidth as well as having to divert engineering time and resources; nodes must be kept up to date and health checked regularly. Hence, the main benefit of using an existing Public EN is that it allows you to solely focus on building and testing your blockchain product without the distraction of maintaining infrastructure to connect and interact with the Klaytn network.
Things to Consider
The node providers are not responsible for any damage or losses caused in relation to traffic or interaction with the nodes.
If traffic is concentrated on certain nodes, you may experience service delay.
To prevent too many requests, rate limits may apply on a per-node basis, which are subject to change without prior notification.
Public JSON-RPC Endpoint Providers
Below is the list of Klaytn’s Public Node Providers and the network domains.
Mainnet (Cypress) Public JSON-RPC Endpoints
Please keep in mind that these endpoints are provided to the community for testing and development purposes. Since we cannot guarantee uptime and stability of the endpoints, do not use them for commercial purposes.
HTTPS
Service Provider | Endpoints | Namespaces | Type |
---|---|---|---|
| klay,eth,net | Full | |
| klay,eth,net | Archive | |
| klay,eth,net | Full | |
| klay,eth,net | Full | |
| klay,eth,net | Full |
WebSocket
Service Provider | Endpoints | Namespaces | Type |
---|---|---|---|
| klay,eth,net | Full | |
| klay,eth,net | Archive |
Testnet (Baobab) Public JSON-RPC Endpoints
HTTPS
Service Provider | Endpoints | Namespaces | Type |
---|---|---|---|
| klay,eth,net | Full | |
| klay,eth,net | Archive | |
| klay,eth,net | Full | |
| klay,eth,net | Full |
WebSocket
Service Provider | Endpoints | Namespaces | Type |
---|---|---|---|
| klay,eth,net | Full | |
| klay,eth,net | Archive |
Useful Resources
Wallet: Kaikas is a browser extension wallet for the Klaytn Network. Kaikas
Faucet: You can obtain test KLAY for the Baobab test network. Faucet
Explorer: Klaytnscope is the block explorer for the Klaytn Network. Klaytnscope
ChainID : Baobab: 1001 (0x3E9), Cypress: 8217 (0x2019)
Gas price: dynamically adjusted within the range [25, 750]. The range can be changed via on-chain governance. For more information, refer to governance. Transaction Fees
Last updated