BlockPI Docs
Ctrlk
Official WebsiteDashboardPricing
  • Welcome to BlockPI
    • 😊Welcome to BlockPI!
    • About BlockPI
    • Background
    • Glossary
  • Basic Tutorials
    • Registration & Login
    • API Key
    • Wallet Set Up
    • Account Management
    • Team Management
  • Build
    • Supported Networks and Advanced Features
    • API Reference
      • BlockPI
      • 0G
      • Aptos
      • Arbitrum
      • Avalanche
      • Base
      • Berachain
      • Blast
      • Bitcoin
      • BSC
      • Celo
      • Conflux
      • Cronos
      • Cosmos Hub
      • Ethereum
        • Ethereum RAW API
          • eth_chainId
          • eth_syncing
          • eth_getBlockByNumber
          • eth_getBlockByHash
          • eth_getBlockReceipts
          • eth_blockNumber
          • eth_gasPrice
          • eth_getBalance
          • eth_sendRawTransaction
          • eth_getTransactionByHash
          • eth_getTransactionByBlockHashAndIndex
          • eth_getTransactionByBlockNumberAndIndex
          • eth_getTransactionReceipt
          • eth_getTransactionCount
          • eth_getBlockTransactionCountByHash
          • eth_getBlockTransactionCountByNumber
          • eth_getLogs
          • eth_getCode
          • eth_call
          • eth_getStorageAt
          • eth_estimateGas
          • eth_newFilter
          • eth_newBlockFilter
          • eth_newPendingTransactionFilter
          • eth_getFilterChanges
          • eth_signTransaction
          • eth_uninstallFilter
          • eth_subscribe
          • eth_unsubscribe
          • net_version
          • net_listening
          • net_peerCount
          • web3_clientVersion
          • web3_sha3
          • txpool_status
          • txpool_content
          • debug_traceCall
          • debug_traceBlockByHash
          • debug_traceBlockByNumber
          • debug_traceTransaction
          • trace_block
          • trace_call
          • trace_get
          • trace_filter
          • trace_transaction
          • trace_replayTransaction
        • Ethereum Beacon API
      • Etherlink
      • Fantom & Sonic
      • Flow EVM
      • Gnosis
      • Hemi
      • Hyperliquid EVM
      • Kaia
      • Linea
      • Mantle
      • Meter
      • Metis
      • Merlin
      • Monad
      • Movement
      • Near
      • Oasys
      • OP
      • Polygon
      • Scroll
      • Starknet
      • Story
      • SUI
      • Solana
      • Taiko
      • Ton
      • T3rn
      • Unichain
      • Viction
      • ZetaChain
      • ZetaChain-evm
      • zkSync Era & Abstract
    • Account Abstraction (ERC-4337)
  • Dedicated Node
  • Pricing
    • Request Unit (RU)
    • Pricing & Rate Limit
    • Auto-Renew & Pay As You Go
  • Supports
    • RPC Error Reference
    • FAQ
    • Contact Us
Powered by GitBook
On this page
Edit
  1. Build
  2. API Reference
  3. Ethereum

Ethereum RAW API

This page serves as an Ethereum API documentation index and lists the available JSON-RPC methods.

eth

  • eth_chainId

  • eth_syncing

  • eth_getBlockByNumber

  • eth_getBlockByHash

  • eth_getBlockReceipts

  • eth_blockNumber

  • eth_gasPrice

  • eth_getBalance

  • eth_sendRawTransaction

  • eth_getTransactionByHash

  • eth_getTransactionByBlockHashAndIndex

  • eth_getTransactionByBlockNumberAndIndex

  • eth_getTransactionReceipt

  • eth_getTransactionCount

  • eth_getBlockTransactionCountByHash

  • eth_getBlockTransactionCountByNumber

  • eth_getLogs

  • eth_getCode

  • eth_call

  • eth_getStorageAt

  • eth_estimateGas

  • eth_newFilter

  • eth_newBlockFilter

  • eth_newPendingTransactionFilter

  • eth_getFilterChanges

  • eth_signTransaction

  • eth_uninstallFilter

  • eth_subscribe

  • eth_unsubscribe

net

  • net_version

  • net_listening

  • net_peerCount

web3

  • web3_clientVersion

  • web3_sha3

txPool

  • txpool_status

  • txpool_content

debug

  • debug_traceCall

  • debug_traceBlockByHash

  • debug_traceBlockByNumber

  • debug_traceTransaction

trace

  • trace_block

  • trace_call

  • trace_get

  • trace_filter

  • trace_transaction

  • trace_replayTransaction

PreviousEthereumNexteth_chainId

Last updated 11 months ago

Was this helpful?

  • eth
  • net
  • web3
  • txPool
  • debug
  • trace

Was this helpful?