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
  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

  • Binance Smart Chain API overview
  • Includes the following endpoints: