BNB Smart Chain API

BNB Smart Chain endpoints use EVM JSON-RPC.

Endpoint

ItemValue
NetworkBNB Smart Chain Mainnet
ProtocolEVM JSON-RPC 2.0
Chain ID56 (0x38)
Public HTTPShttps://bsc-rpc.blockreq.com/v1/rpc/public
Private HTTPShttps://bsc-rpc.blockreq.com/v1/rpc/BRQ1P0000000000000000000000000000000000000000000000000000
WSSwss://bsc-rpc.blockreq.com/v1/rpc/BRQ1P0000000000000000000000000000000000000000000000000000 when enabled

Core Methods

Use EVM JSON-RPC Methods for the shared method catalog.

CapabilityMethods
Latest stateeth_chainId, eth_blockNumber, eth_call, eth_getBalance
Archive/proofeth_getProof, old-block eth_getCode, old-block eth_getStorageAt
Logs and receiptseth_getLogs, eth_getBlockReceipts, eth_getTransactionReceipt
Trace/debugtrace_block, trace_filter, trace_transaction, debug_traceCall, debug_traceTransaction

Free does not include debug_*, trace_*, or txpool_*. Paid plans do not distinguish those families.