LogoLogo
BscScan
BscScan
  • Introduction
  • ✨Getting Started
    • Creating an Account
    • Getting an API Key
    • Endpoint URLs
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth Proxy
    • Tokens
    • Gas Tracker
    • Stats
  • 🏆API PRO
    • API PRO Endpoints
  • 🤝Support
    • FAQ
    • Rate Limits
    • Common Error Messages
    • Getting Help
  • Visit BscScan.com
Powered by GitBook
On this page

Was this helpful?

  1. API Endpoints

Gas Tracker

PreviousTokensNextStats

Last updated 1 month ago

Was this helpful?

Get Gas Oracle

Returns the current Safe, Proposed and Fast gas prices.

https://api.bscscan.com/api
   ?module=gastracker
   &action=gasoracle
   &apikey=YourApiKeyToken 

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":{
      "LastBlock":"11506521",
      "SafeGasPrice":"5",
      "ProposeGasPrice":"5",
      "FastGasPrice":"15.972",
      "UsdPrice":"441.52"
   }
}

Note: The gas prices are returned in Gwei.

🎯
🔗
⛽
browser