Links

Ethereum

Below you can find the endpoints and the samples
Ethereum is an open-source, decentralized blockchain computing platform for smart contracts and decentralized applications.
For more information on Ethereum APIs, see the official documentation.
NOTE: All That Node uses the OpenEthereum(Parity).

Ethereum RPC Endpoints

  • Mainnet: https://ethereum-mainnet-rpc.allthatnode.com/'YOUR-API-KEY'
  • Ropsten: https://ethereum-ropsten-rpc.allthatnode.com/'YOUR-API-KEY'
  • Rinkeby: https://ethereum-rinkeby-rpc.allthatnode.com/'YOUR-API-KEY'
  • Kovan: https://ethereum-kovan-rpc.allthatnode.com/'YOUR-API-KEY'
  • Goerli: https://ethereum-goerli-rpc.allthatnode.com/'YOUR-API-KEY'
Find 'YOUR-API-KEY' by going to the Dashboard menu (Dashboard > All Projects > Project Detail Page).
Or you can use the public Ethereum nodes without the API key. (i.e. https://ethereum-mainnet-rpc.allthatnode.com/)
But Public endpoints are not intended for DApp building. Please use private / dedicated RPC servers when you launch your application, drop NFTs, etc.