Skip to main content
Version: 2.0.0

Ethereum JSON-RPC API

Standard Ethereum JSON-RPC API methods for interacting with the Ethereum blockchain. These methods allow developers to query blockchain data, send transactions, and interact with smart contracts.

Available Methods

Chain State

  • eth_blockNumberReturns the number of the most recent block
  • eth_chainIdReturns the chain ID used for signing replay-protected transactions
  • eth_syncingReturns an object with data about the sync status

Block Information

Transaction Information

State Queries

Transactions

Filters