Stats
Get Total Supply of Ether
Returns the current amount of Ether in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.
Try this endpoint in your browser 🔗
No parameters required.
Get Ether Last Price
Returns the latest price of 1 ETH.
Try this endpoint in your browser 🔗
No parameters required.
Get Daily Average Gas Limit
Returns the historical daily average gas limit of the Blast 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
Get Blast Daily Total Gas Used
Returns the total amount of gas used daily for transactions on the Blast 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
Get Daily Average Gas Price
Returns the daily average gas price used on the Blast 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
Get ETH Historical Price
Returns the historical price of 1 ETH.
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2021-08-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2021-08-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the historical number of new Blast Chain addresses created per day.
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2020-10-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2020-10-31
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the daily average gas used over gas limit percentage.
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2021-07-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2021-07-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the number of transactions performed on the Blast Chain per day.
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2021-07-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2021-07-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Last updated