Last updated 22 days ago
Was this helpful?
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.