logo

JSON RPC List

Darwinia provides an Ethereum-compatible JSON RPC endpoint, which allows developers to interact with the Darwinia node.
💡
Not all of the Ethereum-compatible JSON RPC methods have been implemented.

Supported Methods

  • debug_traceBlockByNumber
  • debug_traceByHash
  • debug_traceTransaction
  • eth_accounts
  • eth_blockNumber
  • eth_chainId
  • eth_coinbase
  • eth_call
  • eth_estimateGas
  • eth_feeHistory
  • eth_gasPrice
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getTransactionCount
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • eth_getCode
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByHash
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionReceipt
  • eth_getUncleByBlockHashAndIndex
  • eth_getUncleByBlockNumberAndIndex
  • eth_getUncleCountByBlockHash
  • eth_getUncleCountByBlockNumber
  • eth_getLogs
  • eth_getWork
  • eth_getBalance
  • eth_getFilterChanges
  • eth_getFilterLogs
  • eth_hashrate
  • eth_mining
  • eth_newFilter
  • eth_newBlockFilter
  • eth_newPendingTransactionFilter
  • eth_protocolVersion
  • eth_sendTransaction
  • eth_sendRawTransaction
  • eth_submitWork
  • eth_submitHashrate
  • eth_subscription
  • eth_syncing
  • eth_unsubscribe
  • eth_uninstallFilter
  • net_version
  • net_peerCount
  • net_listening
  • trace_filter
  • web3_clientVersion
  • web3_sha3