U2U Network Documentations
search
Ctrlk
  • Introduction
    • Our Vision
    • Litepaperchevron-right
    • Related Papers
  • Services
    • RPCchevron-right
      • RPC Endpoints
      • Ethereum API Methodschevron-right
        • eth_blockNumber
        • eth_call
        • eth_chainId
        • eth_estimateGas
        • eth_feeHistory
        • eth_gasPrice
        • eth_getBalance
        • eth_getBlockByHash
        • eth_getBlockByNumber
        • eth_getBlockTransactionCountByHash
        • eth_getBlockTransactionCountByNumber
        • eth_getCode
        • eth_getLogs
        • eth_getProof
        • eth_getStorageAt
        • eth_getTransactionByBlockHashAndIndex
        • eth_getTransactionByBlockNumberAndIndex
        • eth_getTransactionByHash
        • eth_getTransactionCount
        • eth_getTransactionReceipt
        • eth_getUncleByBlockHashAndIndex
        • eth_getUncleByBlockNumberAndIndex
        • eth_getUncleCountByBlockHash
        • eth_getUncleCountByBlockNumber
        • eth_maxPriorityFeePerGas
        • eth_sendRawTransaction
        • eth_subscribe
        • eth_unsubscribe
        • net_version
        • net_listening
        • net_peerCount
        • web3_clientVersion
        • web3_sha3
        • debug_traceTransaction
      • DAG API Methodschevron-right
      • Trace API Methodschevron-right
    • Explorerchevron-right
    • Walletschevron-right
    • Stakingchevron-right
    • The Graphchevron-right
    • Bridgechevron-right
    • Oraclechevron-right
  • Network
    • Node Types
    • Requirements
    • Build Dependencies
    • Run Normal Nodechevron-right
    • Run Validator Nodechevron-right
    • Run A Local Test Network
    • Troubleshooting
  • SUBNET
    • Overview
    • Subnet Node Type
    • Requirements
    • NFT Digital License
    • Subnet Node Setupchevron-right
  • For Developers
    • SDK
    • Smart Contract Developmentchevron-right
    • Smart Contract Deploymentchevron-right
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Serviceschevron-right
  2. RPC

Ethereum API Methods

This section is describing the supported Ethereum RPC method calls of Ultra Unicorn network.

  • eth_blockNumber

  • eth_call

  • eth_chainId

  • eth_estimateGas

  • eth_feeHistory

  • eth_gasPrice

  • eth_getBalance

  • eth_getBlockByHash

  • eth_getBlockByNumber

  • eth_getBlockTransactionCountByHash

  • eth_getBlockTransactionCountByNumber

  • eth_getCode

  • eth_getLogs

  • eth_getProof

  • eth_getStorageAt

  • eth_getTransactionByBlockHashAndIndex

  • eth_getTransactionByBlockNumberAndIndex

  • eth_getTransactionByHash

  • eth_getTransactionCount

  • eth_getTransactionReceipt

  • eth_getUncleByBlockHashAndIndex

  • eth_getUncleByBlockNumberAndIndex

  • eth_getUncleCountByBlockHash

  • eth_getUncleCountByBlockNumber

  • eth_maxPriorityFeePerGas

  • eth_sendRawTransaction

  • eth_subscribe

  • eth_unsubscribe

  • net_version

  • net_listening

  • net_peerCount

  • web3_clientVersion

  • web3_sha3

  • debug_traceTransaction

PreviousRPC Endpointschevron-leftNexteth_blockNumberchevron-right

Last updated 9 months ago