Ethereum Quickstart
The Ethereum API lets applications connect to an Ethereum node that is part of the Ethereum blockchain. Developers can interact with onchain data and send transactions to the network using the endpoints provided by the API.
Networks
- Mainnet (
HTTPSandWSS) - Testnet:
- Holesky (
HTTPSandWSS) - Sepolia (
HTTPSandWSS)
- Holesky (
API Querying
Request example
Use eth_blockNumber to request the latest Ethereum block number from the Ethereum HTTPS endpoint:
Replace <apiKey> with your project API key.
Response example
A successful response returns the latest block number as a hexadecimal quantity: