Integrate in minutes, debug without leaving your IDE. Docs, SDKs, and auth optimized for agentic development.
BNB Smart Chain (formerly BSC) is an EVM-compatible L1 using PoSA, offering fast blocks and low fees while supporting standard Ethereum tooling—appealing for high-throughput DeFi like swaps and aggregation.
Yes. BNB Chain fully supports the EVM, so Solidity contracts and tools like Remix or Truffle work with minimal or no changes.
Use the following chain ID, RPC, and explorer:
Mainnet:
Network name: BSC Mainnet
RPC: https://bsc-dataseed.bnbchain.org (plus other dataseeds)
Chain ID: 56
Symbol: BNB
Explorer: https://bscscan.com
Yes. The BNB docs state eth_getLogs is disabled on certain Mainnet public endpoints. Instead, use a third-party RPC or WebSockets for streaming new logs. Also expect block-range and response limits when allowed.
Public endpoints are shared and rate-limited (BNB docs state 10K requests/5 min). For sustained and latency-sensitive workloads, consider using a dedicated provider, such as 1inch.
Use the 1inch Gas Price API.