Stats

Compare With EtherScan

EndPoint
EtherScan
SocialScan

Get Daily Network Transaction Fee

βœ…

βœ…

Check Transaction Receipt Status

βœ…

βœ…

Get Daily Network Utilization

βœ…

βœ…

Get Daily Transaction Count

βœ…

βœ…

Get Daily Network Transaction Fee

[https://docs.etherscan.io/api-endpoints/stats-1#get-daily-network-transaction-fee]

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

https://api.w3w.ai/mantle/v1/developer/api
   ?module=stats
   &action=dailytxnfee
   &startdate=2023-10-01
   &enddate=2023-10-28
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser πŸ”—

Query Parameters

Parameter
Description

startdate

the starting date in yyyy-MM-dd format, eg. 2023-10-01

enddate

the ending date in yyyy-MM-dd format, eg. 2023-10-28

sort

the sorting preference, use asc to sort by ascending and desc to sort by descending

Get Daily New Address Count

[https://docs.etherscan.io/api-endpoints/stats-1#get-daily-new-address-count]

Returns the number of new Ethereum addresses created per day.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=stats
   &action=dailynewaddress
   &startdate=2023-10-01
   &enddate=2023-10-28
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser πŸ”—

Query Parameters

Parameter
Description

startdate

the starting date in yyyy-MM-dd format, eg. 2023-10-01

enddate

the ending date in yyyy-MM-dd format, eg. 2023-10-28

sort

the sorting preference, use asc to sort by ascending and desc to sort by descending

Get Daily Network Utilization

[https://docs.etherscan.io/api-endpoints/stats-1#get-daily-network-utilization]

Returns the daily average gas used over gas limit, in percentage.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=stats
   &action=dailynetutilization
   &startdate=2023-10-01
   &enddate=2023-10-28
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser πŸ”—

Query Parameters

Parameter
Description

startdate

the starting date in yyyy-MM-dd format, eg. 2023-10-01

enddate

the ending date in yyyy-MM-dd format, eg. 2023-10-28

sort

the sorting preference, use asc to sort by ascending and desc to sort by descending

Get Daily Transaction Count

[https://docs.etherscan.io/api-endpoints/stats-1#get-daily-transaction-count]

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

https://api.w3w.ai/mantle/v1/developer/api
   ?module=stats
   &action=dailytx
   &startdate=2023-10-01
   &enddate=2023-10-28
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser πŸ”—

Query Parameters

Parameter
Description

startdate

the starting date in yyyy-MM-dd format, eg. 2023-10-01

enddate

the ending date in yyyy-MM-dd format, eg. 2023-10-28

sort

the sorting preference, use asc to sort by ascending and desc to sort by descending

Last updated

Was this helpful?