Xone Docs
HelloHelloStudy 📖Study 📖Developers 🔧Developers 🔧Blog 📚Blog 📚OpenAPI 🧰OpenAPI 🧰Faucet ⛽️Faucet ⛽️ (opens in a new tab)Dynamic 🎉Dynamic 🎉 (opens in a new tab)
GitHubGitHub (opens in a new tab) (opens in a new tab)
  • Overview
  • Blocks info
    • eth_getBlockByNumber
    • eth_getBlockTransactionCountByHash
    • eth_getBlockTransactionCountByNumber
    • eth_blockNumber
    • eth_getBlockByNumber#full
    • eth_getBlockByHash#full
    • eth_getBlockByHash
    • eth_newBlockFilter
    • eth_getBlockReceipts
  • Transactions info
    • eth_getTransactionByHash
    • eth_getTransactionCount
    • eth_getTransactionReceipt
    • eth_newPendingTransactionFilter
    • eth_getTransactionByBlockHashAndIndex
    • eth_getTransactionByBlockNumberAndIndex
    • txpool_content
  • Debug and trace
    • trace_filter
    • trace_rawTransaction
    • debug_traceBlockByNumber
    • trace_block
    • trace_replayBlockTransactions
    • trace_replayBlockTransactions#vmTrace
    • debug_traceBlockByHash
    • trace_transaction
    • debug_traceTransaction
    • trace_replayTransaction
    • trace_replayTransaction#vmTrace
    • trace_callMany
    • trace_get
    • trace_call
    • debug_traceCall
  • Account info
    • eth_getBalance
    • eth_accounts
    • eth_getCode
    • eth_getProof
    • eth_getStorageAt
  • Event logs
    • eth_getLogs
    • eth_newFilter
    • eth_getFilterChanges
    • eth_uninstallFilter
    • eth_getFilterLogs
  • Chain info
    • eth_chainId
    • eth_protocolVersion
    • net_listening
    • net_version
    • net_peerCount
    • eth_syncing
    • eth_hashrate
  • Executing transactions
    • eth_call
    • eth_sendRawTransaction
  • Gas estimation
    • eth_feeHistory
    • eth_estimateGas
    • eth_gasPrice
    • eth_createAccessList
    • eth_maxPriorityFeePerGas
  • Getting uncles
    • eth_getUncleByBlockHashAndIndex
    • eth_getUncleByBlockNumberAndIndex
    • eth_getUncleCountByBlockHash
    • eth_getUncleCountByBlockNumber
  • Web3
    • web3_clientVersion
    • web3_sha3
  • Subscriptions
    • eth_subscribe
    • eth_unsubscribe
  • Mining
    • eth_coinbase
    • eth_mining

Web3

Returns general network configuration data for Xone nodes.

web3_clientVersion : Returns the version of the Xone node client in use.
web3_sha3 : Computes the Keccak-256 (SHA3) hash of the provided data.

These methods are essential for node management and cryptographic operations on Xone.

eth_getUncleCountByBlockNumberweb3_clientVersion

© 2025 Xone.