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.
Grâce à cette API, vous pouvez :
- 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
Vous pouvez accéder à l'API de la manière suivante :
- 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
Réseaux pris en charge
Quicknode provides access to the following BNB Smart Chain networks:
Complete reference for developers building on BNB Smart Chain with Quicknode:
Démarrage rapide
Get started with BNB Smart Chain quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
Points d'accès du fournisseur
Learn how to configure and manage your BNB Smart Chain endpoints for optimal performance and reliability.
Présentation de l'API
Explorez les API, réseaux, produits Quicknode pris en charge et les fonctionnalités API améliorées pour créer des applications puissantes.
Marketplace
Découvrez et intégrez des modules complémentaires et des outils puissants du Quicknode Marketplace pour améliorer vos applications web3.
Sécurité des points de terminaison
Sécurisez vos points d'accès avec l'authentification, la liste blanche et les meilleures pratiques de sécurité.
Codes d'erreur
Understand common error codes and troubleshooting steps for BNB Smart Chain API requests.