📔
Blockchain API guides
  • Welcome to Data123 Documents!
  • Quick Start
  • Reference
    • API Reference
      • Aleo
        • RPC Methods
          • Latest Height
          • Latest Hash
          • Latest Block
          • Latest State Root
          • Get Block
          • Get Blocks
          • Get Block Transactions
          • Get Transaction
          • Get Confirmed Transaction
          • Get Memory pool Transactions
          • Get Progrem
          • Get Mapping Names
          • Get Mapping Value
          • Get State Path For Commitment
          • Find Block Hash
          • Find Transaction ID From Program ID
          • Find Transaction ID From Transition ID
          • Find Transition ID
          • Get Environment Info
          • Transaction Broadcast
      • Drand
        • JSON-RPC Methods
      • Filecoin
        • JSON-RPC Methods
      • Ethereum
        • JSON-RPC Methods
      • Starknet
Powered by GitBook
On this page
  1. Reference
  2. API Reference
  3. Ethereum

JSON-RPC Methods

Ethereum RPC

PreviousEthereumNextStarknet

Last updated 1 year ago

You can review the official Ethereum RPC documentation

Available Ethereum API request methods

          eth_accounts
          eth_blockNumber
          eth_call
          eth_chainId
          eth_freeHistory
          eth_getBalance
          eth_getBlockByHash
          eth_getBlockByNumber
          eth_getBlockTransactionCountByHash
          eth_getBlocTransactionCountByNumber
          eth_getCode
          eth_getFilterChanges
          eth_getFilterLogs
          eth_getLogs
          eth_getStorageAt
          eth_getTransactionByHash
          eth_getTransactionByCount
          eth_getTransactionHashByCid
          eth_getTransactionReceipt
          eth_maxPriorityFeePerGas
          eth_newBlockFilter
          eth_newPendingTransactionFilter
          eth_sendRawTransaction
          eth_uninstallFilter
          eth_requestAccounts
          eth_sendTransaction
          eth_sign
          eth_gasPrice
          eth_estimateGas
          net_version
HERE