Ethereum

Explore Ethereum, the decentralized blockchain platform with RPC gateway and comprehensive documentation. Powering smart contracts, dApps, DeFi, and NFTs.

The Ethereum RPC (Remote Procedure Call) documentation provides developers with the tools needed to programmatically interact with the Ethereum blockchain. This comprehensive guide includes API endpoints for querying blockchain data, managing smart contracts, submitting transactions, and accessing network statistics. Ethereum's highly decentralized architecture, powered by a proof-of-stake (PoS) consensus, supports the development of robust decentralized applications (dApps) across DeFi, NFTs, and more. The documentation is designed to ensure seamless integration with Ethereum’s scalable ecosystem, offering best practices and code examples for developers.

Related: 📚 Supported Blockchains • 🌐 RPC Nodes Ethereum • 🔗 Official Ethereum Website

RPC Gateway for Ethereum blockchain

Ethereum RPC networks

💎

Ethereum Mainnet

↳ JSON-RPC
https://ethereum-mainnet.gateway.tatum.io
↳ Beacon API
https://ethereum-mainnet.gateway.tatum.io/eth/v1

Ethereum Sepolia

↳ JSON-RPC
https://ethereum-sepolia.gateway.tatum.io
↳ Beacon API
https://ethereum-sepolia.gateway.tatum.io/eth/v1

Ethereum Hoodi

↳ JSON-RPC
https://ethereum-hoodi.gateway.tatum.io
↳ Beacon API
https://ethereum-hoodi.gateway.tatum.io/eth/v1

Connect to Ethereum and Fetch the Latest Block

This widget lets you instantly query the latest block height (or equivalent) for Ethereum using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.

Get API key For free. No commitment.

Don't have an API key?

Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.

Retrieve Ethereum Node Status or Client Version via RPC

Use this pre-configured request to get version or status information for your connected Ethereum node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.

Test Ethereum RPC Methods in Postman

Explore and test Ethereum blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Ethereum RPC endpoints, validate API responses, or integrate Ethereum into their applications.

How to use the Ethereum Postman Collection

  1. Get your API key: Visit Tatum Dashboard to obtain your free API key
  2. Import the collection: Click the "Run in Postman" button below to import the Ethereum collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Ethereum RPC method and see real-time responses

Available Ethereum interfaces

Ethereum - JSON-RPC

Ethereum - Beacon REST API

Ethereum - Tatum API