U2U Network Documentations
Ctrlk
  • Introduction
    • Our Vision
    • Litepaper
    • Related Papers
  • Services
    • RPC
      • RPC Endpoints
      • Ethereum API Methods
        • 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 Methods
      • Trace API Methods
    • Explorer
    • Wallets
    • Staking
    • The Graph
    • Bridge
    • Oracle
  • Network
    • Node Types
    • Requirements
    • Build Dependencies
    • Run Normal Node
    • Run Validator Node
    • Run A Local Test Network
    • Troubleshooting
  • SUBNET
    • Overview
    • Subnet Node Type
    • Requirements
    • NFT Digital License
    • Subnet Node Setup
  • For Developers
    • SDK
    • Smart Contract Development
    • Smart Contract Deployment
Powered by GitBook
On this page
  1. Services
  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 EndpointsNexteth_blockNumber

Last updated 6 months ago