Gas Tracker
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the BDLTSCAN APIs page.
Get Estimation of Confirmation Time
Returns the current amount of Ether in circulation.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
gasprice | he price paid per unit of gas, in wei |
Sample Response
📖 Note : Easily convert BDLTSunits using our unit converter .
Get Gas Oracle
Returns the current Safe, Proposed and Fast gas prices.
Post EIP-1559 🔥 changes :
- Safe/Proposed/Fast gas price recommendations are now modeled as Priority Fees.
- New field suggestBaseFee , the baseFee of the next pending block
- New field gasUsedRatio, to estimate how busy the network is
Learn more about the gas changes in EIP-1559.
Try this endpoint in your browser 🔗
No parameters required.
Sample Response
⛽ Note : The gas prices are returned in Gwei. .
Get Daily Average Gas Limit
Returns the historical daily average gas limit of the BDLTSnetwork.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
startdate | the starting date in yyyy-MM-dd format, eg. 2019-02-01 |
enddate | the ending date in yyyy-MM-dd format, eg. 2019-02-28 |
clienttype | the BDLTSnode client to use, either geth or parity |
syncmode | the type of node to run, either default or archive |
sort | the sorting preference, use asc to sort by ascending and desc to sort by descending |