Introduction

This is the documentation for Node RPC provider. Node RPC is Cost-effective and reliable Ethereum and Polygon JSON-RPC provider, offering a competitive solution for developers seeking an affordable alternative. Currently we are supporting all standard Ethereum API methods.

Examples in this documentation use public endpoints. Ideally, for your own projects, you should use your own API endpoint, which you can generate for free when connecting with your wallet here.

Our public endpoints are:

  • url: https://www.noderpc.xyz/rpc-mainnet/public

    Public endpoint for Ethereum mainnet

  • url: https://www.noderpc.xyz/rpc-polygon/public

    Public endpoint for Polygon mainnet

  • url: https://www.noderpc.xyz/rpc-goerli/public

    Public endpoint for Goerli testnet

  • url: https://www.noderpc.xyz/rpc-sepolia/public

    Public endpoint for Sepolia testnet

  • url: https://www.noderpc.xyz/rpc-mumbai/public

    Public endpoint for Mumbai testnet

  • url: https://www.noderpc.xyz/rpc-zkevm-test/public

    Public endpoint for zkEVM testnet

For demonstration purposes, we are using well-known web3 library ethers in our examples.

Last updated