Stats
Get Native Coin Price
Returns the price of 1 native coin.
Sample request
Request query parameters
tag
the string pre-defined block parameter, either earliest
, latest
or block number in hex format, default value is latest
Sample response
Get Daily Transaction Count PRO
PRO
Returns the number of transactions performed on the blockchain per day.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Get Daily Average Time for A Block to be Included in the Blockchain PRO
PRO
Returns the daily average of time needed for a block to be successfully validated.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Get Average Time for A Block to be Included in the Blockchain PRO
PRO
Returns the average (last 1000 blocks) of time needed for a block to be successfully validated.
Sample request
Sample response
Get Daily Network Transaction Fee PRO
PRO
Returns the amount of transaction fees per day.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Get Daily New Address Count PRO
PRO
Returns the number of new addresses created per day.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Get Daily New Contract Count PRO
PRO
Returns the number of new contracts created per day.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Get Daily Network Utilization PRO
PRO
Returns the daily average gas used over gas limit, in percentage.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Get Daily Block Rewards PRO
PRO
Returns the amount of block rewards distributed to miners daily.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Get Daily Total Token Holder Count PRO
PRO
Returns the total number of token holders by days.
Sample request
Request query parameters
startdate*
the starting date in yyyy-MM-dd
format
enddate*
the ending date in yyyy-MM-dd
format
Sample response
Last updated