📗
Edge Matrix Documentation
EN
EN
  • 🌐EMC Network
    • Overview
    • Future Roadmap and Development
    • Frequently Asked Questions (FAQ)
    • Tokenomics
      • Token Allocation
      • Token Utility
      • Revenue Model
  • 🌐Products
    • EMC Mainnet
      • Network Information
      • Consensus Mechanism : PoAW (Proof of AI Work)
      • Block Parameters
      • Transaction Performance
      • JSON RPC
      • Bridge
        • Bridge Contracts
        • Bridge Mechanism
        • Supported Cross-Chain Asset Pair
      • DEX
    • EMC Hub
      • EMC Protocol
      • Network Operation and Topology
  • EMC DAO
    • DAO Architecture: Principles and Processes
    • Proposals and Voting: How Token Holders Shape Decisions
    • Community Treasury: Resource Allocation and Incentive Structures
  • Run an EMC Node
    • GPU Mining Guide
Powered by GitBook
On this page
  • EMC Chain supports the following RPC methods:
  • eth
  • net
  • web3
  • TxPool
  • debug
  1. Products
  2. EMC Mainnet

JSON RPC

EMC Chain supports the following RPC methods:

eth

   eth_chainId
   eth_syncing
   eth_getBlockByNumber
   eth_getBlockByHash
   eth_blockNumber
   eth_gasPrice
   eth_getBalance
   eth_sendRawTransaction
   eth_getTransactionByHash
   eth_getTransactionReceipt
   eth_getTransactionCount
   eth_getBlockTransactionCountByNumber
   eth_getLogs
   eth_getCode
   eth_call
   eth_getStorageAt
   eth_estimateGas
   eth_newFilter
   eth_newBlockFilter
   eth_getFilterLogs
   eth_getFilterChanges
   eth_uninstallFilter
   eth_unsubscribe

net

        net_version
        net_listening
        net_peerCount

web3

        web3_clientVersion
        web3_sha3

TxPool

        txpool_content
        txpool_inspect
        txpool_status

debug

        debug_traceBlockByNumber
        debug_traceBlockByHash
        debug_traceBlock
        debug_traceTransaction
        debug_traceCall
PreviousTransaction PerformanceNextBridge

Last updated 4 months ago

🌐