Stats

Get Total Supply of XDC

Returns the current amount of Ether in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

No parameters required.

Get XDC Last Price

Returns the latest price of 1 XDC.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=xdcprice
   &apikey=YourApiKeyToken

No parameters required.

Get XDC Nodes Size (Coming Soon)

Returns the size of the XDC blockchain, in bytes, over a date range.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=chainsize
   &startdate=2024-08-10
   &enddate=2024-08-15
   &clienttype=geth
   &syncmode=default
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Get Total Nodes Count

Returns the total number of discoverable XDC nodes.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=nodecount
   &apikey=YourApiKeyToken

No parameters required.

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

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailytxnfee
   &startdate=2024-08-10
   &enddate=2024-08-15
   &sort=asc
   &apikey=YourApiKeyToken 

No parameters required.

Returns the number of new XDC addresses created per day.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailynewaddress
   &startdate=2024-08-10
   &enddate=2024-08-15
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

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

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailynetutilization
   &startdate=2024-08-10
   &enddate=2024-08-15
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the historical measure of processing power of the XDC network.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailyavghashrate
   &startdate=2024-08-10
   &enddate=2024-08-15
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

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

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailytx
   &startdate=2024-08-10
   &enddate=2024-08-15
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the historical mining difficulty of the XDC network.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailyavgnetdifficulty
   &startdate=2024-08-10
   &enddate=2024-08-15
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the historical XDC daily market capitalization.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=xdcdailymarketcap
   &startdate=2024-08-10
   &enddate=2024-08-15
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the historical price of 1 XDC.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=xdcdailyprice
   &startdate=2024-08-10
   &enddate=2024-08-10
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Last updated