Back to catalog
🪙

INFURA Ethereum

API Key

Interaction with the Ethereum mainnet and several testnets

🪙CryptocurrencyHTTPSCORS enabled

Ethereum Mainnet

Infura

NetworkMainnet
Block Number19482731
Gas Price24.5 gwei
Peer Count142
SyncingFalse

Sample Response

response.json
1{
2 "network": "mainnet",
3 "blockNumber": "19482731",
4 "gasPrice": "24.5 gwei",
5 "peerCount": "142",
6 "syncing": "false"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.infura.io/product/ethereum" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs