BNB Smart Chain RPC
What is BNB Smart Chain?
BNB Smart Chain (BSC) is an EVM-compatible blockchain developed by Binance. BSC provides smart contract functionality through the Ethereum Virtual Machine. BSC uses a Proof of Staked Authority (PoSA) consensus mechanism that combines elements of Proof of Authority and Delegated Proof of Stake. The network implements BEP-20 as its token standard (equivalent to ERC-20) and supports additional standards like BEP-721 for NFTs.
Interacting with BNB Smart Chain
The BNB Smart Chain provides full compatibility with Ethereum's JSON-RPC interface, allowing developers to interact with BSC using standard Ethereum tooling. Since BSC maintains EVM equivalence, existing Solidity contracts can deploy directly without code changes.
借助此 API,您可以:
- Execute all standard Ethereum JSON-RPC methods (eth_call, eth_sendTransaction, eth_getBalance)
- Deploy and interact with BEP-20 tokens and smart contracts
- Query blockchain state including blocks, transactions, receipts, and event logs
- Subscribe to real-time events via WebSocket connections
您可以通过以下方式访问该 API:
- Running a local BSC node (Geth-based BSC client)
- Using a hosted provider such as a Quicknode BNB Smart Chain endpoint, which provides low-latency access to both mainnet and testnet with archive data support
支持的网络
Quicknode provides access to the following BNB Smart Chain networks:
Complete reference for developers building on BNB Smart Chain with Quicknode:
快速入门
Get started with BNB Smart Chain quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
提供商端点
Learn how to configure and manage your BNB Smart Chain endpoints for optimal performance and reliability.
API 概述
了解受支持的 API、网络、Quicknode 产品以及增强的 API 功能,用于构建功能强大的应用程序。
市场
探索并集成来自 Quicknode 应用商店的强大插件和工具,以增强您的 Web3 应用程序。
终端安全
通过身份验证、白名单和最佳安全实践来保护您的终端设备。
错误代码
Understand common error codes and troubleshooting steps for BNB Smart Chain API requests.