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
        • eth_chainId
        • eth_syncing
        • eth_getBlockByNumber
        • eth_getBlockByHash
        • eth_blockNumber
        • eth_gasPrice
        • eth_getBalance
        • eth_sendRawTransaction
        • eth_getTransactionByHash
        • eth_getTransactionByBlockNumberAndIndex
        • eth_getTransactionByBlockHashAndIndex
        • eth_getTransactionReceipt
        • eth_getTransactionCount
        • eth_getBlockTransactionCountByNumber
        • eth_getLogs
        • eth_getCode
        • eth_call
        • eth_accounts
        • eth_getStorageAt
        • eth_estimateGas
        • eth_newBlockFilter
        • eth_getFilterChanges
        • eth_uninstallFilter
        • eth_subscribe
        • net_version
        • net_listening
        • net_peerCount
        • web3_clientVersion
        • web3_sha3
        • txpool_inspect
        • txpool_status
        • debug_traceCall
        • debug_traceBlockByHash
        • debug_traceBlockByNumber
        • debug_traceTransaction
      • Blast
      • Bitcoin
      • BSC
      • Celo
      • Conflux
      • Cronos
      • Cosmos Hub
      • Ethereum
      • 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
  • eth
  • net
  • web3
  • Txpool
  • Debug

Was this helpful?

Edit
  1. Build
  2. API Reference

Berachain

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

eth

  • eth_chainId

  • eth_syncing

  • eth_getBlockByNumber

  • eth_getBlockByHash

  • eth_blockNumber

  • eth_gasPrice

  • eth_getBalance

  • eth_sendRawTransaction

  • eth_getTransactionByHash

  • eth_getTransactionByBlockNumberAndIndex

  • eth_getTransactionByBlockHashAndIndex

  • eth_getTransactionReceipt

  • eth_getTransactionCount

  • eth_getBlockTransactionCountByNumber

  • eth_getLogs

  • eth_getCode

  • eth_call

  • eth_accounts

  • eth_getStorageAt

  • eth_estimateGas

  • eth_newBlockFilter

  • eth_getFilterChanges

  • eth_uninstallFilter

  • eth_subscribe

net

  • net_version

  • net_listening

  • net_peerCount

web3

  • web3_clientVersion

  • web3_sha3

Txpool

  • txpool_inspect

  • txpool_status

Debug

  • debug_traceCall

  • debug_traceBlockByHash

  • debug_traceBlockByNumber

  • debug_traceTransaction

Previouseth_supportedEntryPointsNexteth_chainId

Last updated 9 months ago

Was this helpful?