Ethereum website screenshot

Ethereum

Ethereum is a decentralized, open-source blockchain platform that supports smart contracts - self-executing programs that run on its distributed network. It is the foundation for a vast ecosystem of decentralized applications (dApps), tokens, DeFi protocols, and NFTs, and uses a proof-of-stake consensus mechanism.

1 APIs 0 Features
BlockchainDeFiEthereumJSON-RPCSmart ContractsWeb3

APIs

Ethereum JSON-RPC API

The standard JSON-RPC interface for interacting with Ethereum nodes, providing methods for querying blockchain state, sending transactions, managing accounts, and interacting wi...

Collections

Pricing Plans

Ethereum Plans Pricing

3 plans

PLANS

Rate Limits

Ethereum Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Ethereum Json Rpc Context

0 classes · 8 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🔗
JSONSchema
JSONSchema
🔗
JSONLD
JSONLD
🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
👥
GitHubOrganization
GitHubOrganization
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Ethereum JSON-RPC API
  version: 1.0.0
items:
- info:
    name: Ethereum JSON-RPC endpoint
    type: http
  http:
    method: POST
    url: http://localhost:8545/
    body:
      type: json
      data: '{}'
  docs: All Ethereum JSON-RPC methods are invoked via POST to the root endpoint. The method name is specified in the JSON-RPC
    request body.
bundled: true