Ethereum
Ethereum blockchain methods and endpoints for the NaaS API.
Ethereum
To access the ethereum blockchain documentation, please visit ethereum.org.
Clients
Clients are software implementations that enable nodes to participate in the network.
In our infrastructure, we currently support two major Ethereum clients: Geth and Erigon.
Users can interact with these clients through dedicated endpoints.
- Our support extends to both the
archivedandcurrentversions ofGeth. The archived variant encapsulates historical data, while the current version mirrors the latest state of the Ethereum network. - For users leveraging
Erigon, we provide access toarchivedversions
The archived mode clients are tailored for historical analysis and research,
while the current mode clients deliver real-time data for applications requiring the latest Ethereum network state.
[!NOTE] When interacting with the Ethereum network using the endpoint
mainnet-ethereum.node.coinapi.io, it's important to note that queries may be directed to eithergethorerigonbased on our infrastructure's load balancing.## Endpoints
The following lists all the Ethereum network endpoints supported by NaaS API.
| Chain | Network | Node URL | Protocol | Software | Software Version | Mode |
|---|---|---|---|---|---|---|
| Ethereum | Mainnet | https://ethereum-mainnet.node.coinapi.io | https | |||
| Ethereum | Mainnet | wss://ethereum-mainnet.node.coinapi.io | ws | |||
| Ethereum | Mainnet | https://ethereum-mainnet-erigon.node.coinapi.io | https | erigon | v.2.48.1 | archived |
| Ethereum | Mainnet | wss://ethereum-mainnet-erigon.node.coinapi.io | ws | erigon | v.2.48.1 | archived |
| Ethereum | Mainnet | https://ethereum-mainnet-geth-archive.node.coinapi.io | https | erigon | v.2.48.1 | archived |
| Ethereum | Mainnet | wss://ethereum-mainnet-geth-archive.node.coinapi.io | ws | erigon | v.2.48.1 | archived |
| Ethereum | Mainnet | https://ethereum-mainnet-geth-current.node.coinapi.io | https | geth | v.1.12.0 | current |
| Ethereum | Mainnet | wss://ethereum-mainnet-geth-current.node.coinapi.io | wss | geth | v.1.12.0 | current |
| Ethereum | Mainnet | https://ethereum-mainnet-quicknode.node.coinapi.io | https | geth | v.1.12.0 | archived |
| Ethereum | Mainnet | wss://ethereum-mainnet-quicknode.node.coinapi.io | wss | geth | v.1.12.0 | archived |