Skip to main content

Introduction

Ethereum is the pioneering smart contract platform that enables developers to build decentralized applications (dApps) on a permissionless blockchain. It supports smart contracts, decentralized finance (DeFi), and a broad array of token standards, including ERC-20 and ERC-721. Ethereum’s consensus mechanism transitioned from Proof of Work (PoW) to Proof of Stake (PoS) with the Ethereum 2.0 upgrade, making it more energy-efficient. As the largest smart contract platform by market capitalization and developer activity, Ethereum remains a leader in the blockchain space.

Supported Networks

The Ethereum RPC API is available for the following networks:
  1. Ethereum Mainnet
  2. Ethereum Sepolia Testnet

Network Details

NetworkChain IDPath Parameter
Ethereum Mainnet0x1 (1)eth
Ethereum Sepolia0xaa36a7 (11155111)sepolia

Supported RPC Methods