> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Ethereum (ETH) Overview

Ethereum (ETH) RPC

Use Uniblock's JSON-RPC endpoint to access Ethereum (ETH) with low-latency routing and a single API surface across providers.

## What is Ethereum?

Ethereum is an EVM-compatible mainnet. Its ticker symbol is `ETH`.

## What is the Ethereum (ETH) JSON-RPC API?

The JSON-RPC API is the standard interface for reading chain state, sending transactions, and interacting with smart contracts where supported.

## Making API requests

Send a POST request to `https://api.uniblock.dev/uni/v1/json-rpc?chainId=1`. Include the JSON-RPC method and params in the request body.

## Supported networks

| Network          | Symbol | Type    | Chain ID   |
| ---------------- | ------ | ------- | ---------- |
| Ethereum         | `ETH`  | Mainnet | `1`        |
| Ethereum Hoodi   | `ETH`  | Testnet | `560048`   |
| Ethereum Sepolia | `ETH`  | Testnet | `11155111` |

## API reference

Browse the available method groups for this chain:

* [Debug](/reference/jsonrpc-docs/1/debug/debug-account-range)
* [Erigon](/reference/jsonrpc-docs/1/erigon/erigon-block-number)
* [EVM](/reference/jsonrpc-docs/1/evm/eth-accounts)
* [Otterscan](/reference/jsonrpc-docs/1/otterscan/ots-get-api-level)
* [Parity](/reference/jsonrpc-docs/1/parity/parity-enode)
* [Trace](/reference/jsonrpc-docs/1/trace/trace-block)
