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
      • eth_blockNumber - Polygon
      • eth_getBlockByHash - Polygon
      • eth_getBlockByNumber - Polygon
      • eth_getTransactionByHash - Polygon
      • eth_getTransactionCount - Polygon
      • eth_getTransactionReceipt -Polygon
      • eth_getBlockTransactionCountByHash - Polygon
      • eth_getBlockTransactionCountByNumber - Polygon
      • eth_getTransactionByBlockHashAndIndex - Polygon
      • eth_getTransactionByBlockNumberAndIndex - Polygon
      • eth_getUncleCountByBlockHash - Polygon
      • eth_getUncleCountByBlockNumber - Polygon
      • eth_getLogs - Polygon
      • eth_call - Polygon
      • eth_chainId - Polygon
      • eth_estimateGas - Polygon
      • eth_gasPrice - Polygon
      • eth_getBalance - Polygon
      • eth_getCode - Polygon
      • net_version - Polygon
      • eth_getStorageAt - Polygon
      • eth_sendRawTransaction - Polygon
    • Binance Smart Chain API
    • 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
  • Polygon API overview
  • Includes the following endpoints:
  1. 🕸️Blockchain API's

♨️Polygon API

The Polygon API follows a JSON-RPC standard. This doc contains the methods that WatchData supports for Polygon development on mainnet.

Polygon API overview

Blockchain
Chain
URL

Polygon

Mainnet

https://polygon.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_blockNumberNexteth_blockNumber - Polygon

Last updated 3 years ago