Bware Docs
  • About Bware Labs Decentralized API
  • API Docs
    • Ethereum API
      • RPC
        • eth_getBlockByNumber method
        • eth_getBalance method
        • eth_blockNumber method
        • eth_syncing method
      • Websocket API
        • eth_syncing method
    • Binance Smart Chain API
      • RPC
        • eth_getTransactionByHash method
        • eth_getBlockByNumber method
        • eth_blockNumber method
        • eth_syncing method
        • eth_getBalance method
        • eth_accounts method
        • eth_gasPrice method
      • Websocket API
        • eth_syncing method
    • Avalanche API
      • X-Chain
      • C-Chain
      • P-Chain
      • Keystore API
      • Health API
      • Admin API
      • Info API
      • Metrics API
    • Moonbeam/Moonriver API
      • RPC
        • eth_getBlockByNumber method
        • eth_getBalance method
        • eth_blockNumber method
        • eth_syncing method
      • Websocket
    • Astar/Shiden APIs
      • RPC
        • eth_getBlockByNumber method
        • eth_getBalance method
        • eth_blockNumber method
        • eth_syncing method
      • Websocket
    • Fantom API
      • RPC
        • eth_getBlockByNumber method
        • eth_getBalance method
        • eth_blockNumber method
        • eth_syncing method
      • Websockets
        • eth_syncing method
    • Polkadot API
      • RPC
        • chain_getBlock
        • chain_getHeader
        • system_chainType
        • state_getMetadata
      • Websockets
        • system_chainType
    • Elrond API
      • REST API
        • Get Block By Hash
        • Get Shard Status
  • Tutorials
    • Using Bware Labs Platform
      • Getting a Bware Labs full endpoint
    • Using Bware Labs Endpoint in PolkadotJs
    • Using Bware Labs Endpoint in Metamask
    • Using a Bware Labs endpoint in code
Powered by GitBook
On this page
  • Overview
  • BwareLabs supported network types
  • Available endpoint types on BwareLabs
  • Explorer Link - https://bscscan.com/

Was this helpful?

  1. API Docs

Binance Smart Chain API

Previouseth_syncing methodNextRPC

Last updated 4 years ago

Was this helpful?

Overview

In Binance's own words, "Binance Smart Chain (BSC) is best described as a blockchain that runs in parallel to the Binance Chain. Unlike the Binance Chain, BSC boasts smart contract functionality and compatibility with the . The design goal here was to leave the high throughput of Binance Chain intact while introducing smart contracts into its ecosystem."

Binance Smart Chain achieves ~3 second block times with a Proof-of-Stake consensus algorithm. Specifically, it uses something called Proof of Staked Authority, where participants stake BNB to become validators. If they propose a valid block, they’ll receive transaction fees from the included transactions

BwareLabs supported network types

  • Mainnet

Available endpoint types on BwareLabs

  • JSON RPC;

  • WebSockets;

Explorer Link -

Ethereum Virtual Machine (EVM)
https://bscscan.com/