Links

Network endpoints

The following lists all the network endpoints supported by Infura.
Ensure that you replace <API-KEY> with an API key from your Infura dashboard.

Arbitrum

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://arbitrum-mainnet.infura.io/v3/<API-KEY>
Testnet (Goerli)
JSON-RPC over HTTPS
https://arbitrum-goerli.infura.io/v3/<API-KEY>

Aurora

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://aurora-mainnet.infura.io/v3/<API-KEY>
Testnet
JSON-RPC over HTTPS
https://aurora-testnet.infura.io/v3/<API-KEY>

Avalanche (C-Chain)

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://avalanche-mainnet.infura.io/v3/<API-KEY>
Testnet (Fuji)
JSON-RPC over HTTPS
https://avalanche-fuji.infura.io/v3/<API-KEY>

Base

Network
Description
URL
Testnet (Goerli)
JSON-RPC over HTTPS
https://base-goerli.infura.io/v3/<API-KEY>

Celo

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://celo-mainnet.infura.io/v3/<API-KEY>
Testnet (Alfajores)
JSON-RPC over HTTPS
https://celo-alfajores.infura.io/v3/<API-KEY>

BNB Smart Chain

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://bnbsmartchain-mainnet.infura.io/v3/<API-KEY>
Testnet
JSON-RPC over HTTPS
https://bnbsmartchain-testnet.infura.io/v3/<API-KEY>

Ethereum

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://mainnet.infura.io/v3/<API-KEY>
Mainnet
JSON-RPC over WebSocket
wss://mainnet.infura.io/ws/v3/<API-KEY>
Goerli
JSON-RPC over HTTPS
https://goerli.infura.io/v3/<API-KEY>
Goerli
JSON-RPC over WebSocket
wss://goerli.infura.io/ws/v3/<API-KEY>
Sepolia
JSON-RPC over HTTPS
https://sepolia.infura.io/v3/<API-KEY>
Sepolia
JSON-RPC over WebSocket
wss://sepolia.infura.io/ws/v3/<API-KEY>

Filecoin

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://<PROJECT-ID>:<API-KEY>@filecoin.infura.io
Mainnet
JSON-RPC over WebSocket
wss://<PROJECT-ID>:<API-KEY>@filecoin.infura.io

IPFS

Network
Description
URL
Mainnet
HTTP API
https://ipfs.infura.io:5001
Include your authentication details when making IPFS requests.

Near

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://near-mainnet.infura.io/v3/<API-KEY>
Testnet
JSON-RPC over HTTPS
https://near-testnet.infura.io/v3/<API-KEY>

Optimism

Network
Transport type
URL
Mainnet
JSON-RPC over HTTPS
https://optimism-mainnet.infura.io/v3/<API-KEY>
Testnet (Goerli)
JSON-RPC over HTTPS
https://optimism-goerli.infura.io/v3/<API-KEY>

Palm

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://palm-mainnet.infura.io/v3/<API-KEY>
Testnet
JSON-RPC over HTTPS
https://palm-testnet.infura.io/v3/<API-KEY>

Polygon PoS

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://polygon-mainnet.infura.io/v3/<API-KEY>
Mumbai
JSON-RPC over HTTPS
https://polygon-mumbai.infura.io/v3/<API-KEY>

StarkNet

Network
Description
URL
Mainnet
JSON-RPC over HTTPS
https://starknet-mainnet.infura.io/v3/<API-KEY>
Testnet (Goerli)
JSON-RPC over HTTPS
https://starknet-goerli.infura.io/v3/<API-KEY>
Last modified 1mo ago