Gas Tracker (WIP)
Get Estimation of Confirmation Time (WIP)
Returns the estimated time, in seconds, for a transaction to be confirmed on the blockchain.
https://api.xdcscan.io/api
?module=gastracker
&action=gasestimate
&gasprice=2000000000
&apikey=YourApiKeyTokenTry this endpoint in your browser π
Query Parameters
gasprice
the price paid per unit of gas, in wei
Sample Response
{
"status":"1",
"message":"OK",
"result":"9227"
}Get Gas Oracle (Coming Soon)
Returns the current Safe, Proposed and Fast gas prices.
Try this endpoint in your browser π
No parameters required.
Sample Response
Get Daily Average Gas Limit (Coming Soon)
Returns the historical daily average gas limit of the XDC network.
Try this endpoint in your browser π
Query Parameters
startdate
the starting date in yyyy-MM-dd format, eg. 2019-01-31
enddate
the ending date in yyyy-MM-dd format, eg. 2019-02-28
sort
the sorting preference, use asc to sort by ascending and desc to sort by descending
Sample Response
Get XDC Daily Total Gas Used (Coming Soon)
Returns the total amount of gas used daily for transctions on the XDC network.
Try this endpoint in your browser π
Query Parameters
startdate
the starting date in yyyy-MM-dd format, eg. 2019-01-31
enddate
the ending date in yyyy-MM-dd format, eg. 2019-02-28
sort
the sorting preference, use asc to sort by ascending and desc to sort by descending
Sample Response
Get Daily Average Gas Price (Coming Soon)
Returns the daily average gas price used on the XDC network.
Try this endpoint in your browser π
Query Parameters
startdate
the starting date in yyyy-MM-dd format, eg. 2019-01-31
enddate
the ending date in yyyy-MM-dd format, eg. 2019-02-28
sort
the sorting preference, use asc to sort by ascending and desc to sort by descending
Sample Response
Last updated