
INFURA Ethereum is a public API providing interaction with the ethereum mainnet and several testnets.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://infura.io/product/ethereum | Primary API endpoint. |
curl -X GET "https://infura.io/product/ethereum" \ -H "Accept: application/json"