Web3API
HomeAPI EndpointsContactTwitter
  • ​🚀 Welcome to Web3API
  • Introduction
    • ✨Getting Started
    • 📡 Choosing A Network
  • Developers
    • 🔌API Endpoints
      • eth_hashrate
      • eth_gasPrice
      • eth_blockNumber
      • eth_getBalance
      • eth_getStorageAt
      • eth_getTransactionCount
      • eth_getBlockTransactionCountByHash
      • eth_getBlockTransactionCountByNumber
      • eth_getCode
      • eth_sendRawTransaction
      • eth_call
      • eth_getBlockByHash
      • eth_getBlockByNumber
      • eth_getTransactionByHash
      • eth_getTransactionByBlockHashAndIndex
      • eth_getTransactionByBlockNumberAndIndex
      • eth_getTransactionReceipt
      • eth_getUncleByBlockHashAndIndex
      • eth_getUncleByBlockNumberAndIndex
      • eth_getUncleCountByBlockHash
      • eth_getUncleCountByBlockNumber
      • eth_estimateGas
      • eth_syncing
    • 😟API Errors and Troubleshooting
  • Tutorials
    • ⚡Adding a Custom RPC to Metamask
  • Dashboard
    • 🔑Forgot Password
  • Resources
    • ❓ FAQ
    • 🤝 Support
Powered by GitBook
On this page
  • Binance Smart Chain Mainnet
  • Binance Smart Chain Testnet

Was this helpful?

  1. Introduction

Choosing A Network

When you're ready to develop or launch.

PreviousGetting StartedNextAPI Endpoints

Last updated 3 years ago

Was this helpful?

Binance Smart Chain Mainnet

Chain ID : 56

A mainnet, short for "main network" is used to describe the most stable and fully deployed version of a blockchain.

This is where actual cryptocurrency transactions, with real monetary value are being being broadcasted and verified through the network.

To use the Web3API BSC mainnet APIs, select the API key labelled as Mainnet (Chain ID : 56) to view and interact with the live BSC network.

Chain ID : 97

In contrast to the mainnet, a testnet, short for "test network" is a blockchain protocol that is still under development, usually simulating transactions on the mainnet closely.

A testnet is useful to developers to run and troubleshoot apps, without incurring real world cost or implications. A testnet uses testnet currency, such as testnet BNB which simulates the behaviour of actual BNB on the mainnet.

Once an app has been verified to be fully functional and secure, it can be opened to users by being deployed to the mainnet.

To use the Web3API BSC testnet APIs, select the API keys labelled as Testnet (Chain ID : 97) to view and interact with the BSC testnet.

Binance Smart Chain Testnet

📡
🚧
🏛️