Explore Binance Smart Chain (BSC), a leading blockchain for DeFi and NFTs. Enjoy low fees, fast transactions, and extensive dApp support.
Binance Smart Chain’s (BSC) RPC documentation serves as a detailed resource for developers to interact programmatically with the BSC blockchain. The API endpoints provided allow for querying blockchain data, submitting transactions, and managing smart contracts, leveraging BSC’s proof-of-staked authority (PoSA) consensus. BSC’s compatibility with Ethereum’s tooling, along with its fast finality and low transaction fees, make it an ideal platform for DeFi, NFT, and gaming dApps. The documentation also includes best practices for integration and scalability.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Binance Smart Chain • 🔗 Official Binance Smart Chain Website
RPC Gateway for Binance Smart Chain blockchain
Connect to Binance Smart Chain and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Binance Smart Chain using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve Binance Smart Chain Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Binance Smart Chain node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test Binance Smart Chain RPC Methods in Postman
Explore and test Binance Smart Chain blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Binance Smart Chain RPC endpoints, validate API responses, or integrate Binance Smart Chain into their applications.
How to use the Binance Smart Chain Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the Binance Smart Chain collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any Binance Smart Chain RPC method and see real-time responses
Available Binance Smart Chain interfaces
Binance Smart Chain (BSC) - JSON-RPC
- debug_storagerangeat
- debug_traceblockbyhash
- debug_traceblockbynumber
- debug_tracecall
- debug_tracetransaction
- eth_call
- eth_chainid
- eth_getbalance
- eth_getblockbyhash
- eth_getBlockReceipts
- eth_gettransactionbyblocknumberandindex
- eth_getlogs
- eth_getunclecountbyblockhash
- eth_gasprice
- eth_getcode
- eth_maxpriorityfeepergas
- eth_gettransactionbyhash
- eth_blocknumber
- eth_estimategas
- eth_gettransactioncount
- eth_getblocktransactioncountbynumber
- eth_getproof
- eth_getunclecountbyblocknumber
- eth_gettransactionbyblockhashandindex
- eth_getblocktransactioncountbyhash
- eth_sendrawtransaction
- eth_gettransactionreceipt
- eth_getstorageat
- eth_getblockbynumber
- trace_block
- txpool_content
- txpool_status
- web3_clientversion
- eth_feehistory
BNB Smart Chain (BSC) - Tatum API
- Generate BSC wallet
- Generate BSC account address from Extended public key
- Generate BSC private key
- Web3 HTTP driver
- Get current block number
- Get BSC block by hash
- Get BSC Account balance
- Get BSC Transaction
- Get count of outgoing BSC transactions
- Send BSC / BEP20 from account to account
- Invoke a method in a smart contract on BNB Smart Chain
- Broadcast signed BSC transaction