Ethereum is a decentralized, open-source blockchain that features smart contract functionality. It is the pioneering platform for building decentralized applications.

Ethereum
🟢 JSON RPC · 💸 costs 200 CUs / req
mainnet

Connection code snippet

curl -X POST https://api.blockeden.xyz/eth/ECU71MNcgC5WuFcWyD2A \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'