WatchData Documentation
Ctrlk
  • 📖Welcome to WatchData Docs
  • 👋Introduction
    • 🛠️Quick start guide to WatchData!
    • 🤔Why Use WatchData?
    • 💡Supported chains
    • 🛑Error Reference
    • 🏗️Change Log (update)
  • 💎Powered API
    • 🔀Transfers
    • 💠Parity
    • 🌀Trace
    • ⏹️Blocks
    • *️⃣Token API
    • 🆒Stats
  • 🕸️Blockchain API's
    • Ethereum API
    • ♨️Polygon API
    • Binance Smart Chain API
      • eth_blockNumber (BSC)
      • eth_getBlockByHash (BSC)
      • eth_getBlockByNumber (BSC)
      • eth_getTransactionCount (BSC)
      • eth_getTransactionByHash (BSC)
      • eth_getTransactionReceipt (BSC)
      • eth_getBlockTransactionCountByHash (BSC)
      • eth_getBlockTransactionCountByNumber (BSC)
      • eth_getTransactionByBlockHashAndIndex (BSC)
      • eth_getTransactionByBlockNumberAndIndex (BSC)
      • eth_getUncleCountByBlockHash (BSC)
      • eth_getUncleCountByBlockNumber (BSC)
      • eth_getLogs (BSC)
      • eth_call (BSC)
      • eth_chainId (BSC)
      • eth_estimateGas (BSC)
      • eth_gasPrice (BSC)
      • eth_getBalance (BSC)
      • eth_getCode (BSC)
      • net_version (BSC)
      • eth_getStorageAt (BSC)
      • eth_sendRawTransaction (BSC)
    • Tron API
    • Bitcoin API
  • 🪙Price API
    • Price API
  • ⛓️Web3
    • Web3 SDK
  • 🗺️Tutorials and Guides
    • How to guides
    • WatchData Price API and how it works?
    • How eth_getLogs works?
  • 🗃️Resources
    • Pricing and Limits
    • FAQ
    • Support
    • Community
Powered by GitBook
On this page
  • Binance Smart Chain API overview
  • Includes the following endpoints:
  1. 🕸️Blockchain API's

Binance Smart Chain API

Below you will find the api documentation for the standard BSC JSON-RPC calls that WatchData supports.

Binance Smart Chain API overview

Blockchain
Chain
URL

Binance Smart Chain

Mainnet

https://bsc.api.watchdata.io/node/jsonrpc

Includes the following endpoints:

eth_blockNumbereth_getBlockByHasheth_getBlockByNumbereth_getTransactionByHasheth_getTransactionReceipteth_getBlockTransactionCountByHasheth_getUncleCountByBlockNumbereth_getTransactionByBlockNumberAndIndexeth_getTransactionByBlockHashAndIndexeth_getUncleCountByBlockHasheth_getUncleCountByBlockNumbereth_getLogseth_calleth_chainIdeth_estimateGaseth_gasPriceeth_getBalanceeth_getCodeeth_getStorageAteth_sendRawTransaction
Previouseth_sendRawTransaction - PolygonNexteth_blockNumber (BSC)

Last updated 3 years ago