Skip to main content

Stats

Get GT Last Price

Returns the latest price of 1 ETH.

https://gatescan.org/api
?module=stats
&action=gtprice
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription

Get Daily Network Transaction Fee

Returns the amount of transaction fees paid to miners per day.

https://gatescan.org/api
?module=stats
&action=dailytxnfee
&startdate=2022-01-02
&enddate=2022-01-03
&sort=asc
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
startdatethe starting date in yyyy-MM-dd format, eg. 2022-01-02
enddatethe starting ending in yyyy-MM-dd format, eg. 2022-01-02
sortthe sorting preference, use asc to sort by ascending and desc to sort by descending

Get Daily New Address Count

Returns the number of new Ethereum addresses created per day.

https://gatescan.org/api
?module=stats
&action=dailynewaddress
&startdate=2022-02-01
&enddate=2022-02-28
&sort=asc
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
startdatethe starting date in yyyy-MM-dd format, eg. 2022-01-02
enddatethe starting ending in yyyy-MM-dd format, eg. 2022-01-02
sortthe sorting preference, use asc to sort by ascending and desc to sort by descending

Get Daily Transaction Count

Returns the number of transactions performed on the Ethereum blockchain per day.

https://gatescan.org/api
?module=stats
&action=dailytx
&startdate=2022-01-02
&enddate=2022-01-03
&sort=asc
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
startdatethe starting date in yyyy-MM-dd format, eg. 2022-01-02
enddatethe starting ending in yyyy-MM-dd format, eg. 2022-01-02
sortthe sorting preference, use asc to sort by ascending and desc to sort by descending

Last updated on 2025/06/05