Choose a network
Deprecation warning
Rinkeby, Ropsten, and Kovan testnets are deprecated from the Infura API.
We recommend users migrate to Goerli to test deployments.
Use one of these endpoints as your Ethereum client provider.
Network | Description | URL |
---|---|---|
Mainnet | JSON-RPC over HTTPS | https://mainnet.infura.io/v3/YOUR-API-KEY |
Mainnet | JSON-RPC over WebSocket | wss://mainnet.infura.io/ws/v3/YOUR-API-KEY |
Goerli | JSON-RPC over HTTPS | https://goerli.infura.io/v3/YOUR-API-KEY |
Goerli | JSON-RPC over WebSocket | wss://goerli.infura.io/ws/v3/YOUR-API-KEY |
Sepolia | JSON-RPC over HTTPS | https://sepolia.infura.io/v3/YOUR-API-KEY |
Sepolia | JSON-RPC over WebSocket | wss://sepolia.infura.io/ws/v3/YOUR-API-KEY |
Support of the parameters
finalized
/safe
for the API call eth_getLogs
are not yet live on Sepolia. This warning will be removed once they are.Last modified 3mo ago