Blocks (WIP)

Get Block And Uncle Rewards by BlockNo (WIP)

Returns the block reward and 'Uncle' block rewards.

https://api-xdc.blocksscan.io/api
   ?module=block
   &action=getblockreward
   &blockno=2165403

Query Parameters

Get Estimated Block Countdown Time by BlockNo (WIP)

Returns the estimated time remaining, in seconds, until a certain block is mined.

https://api-xdc.blocksscan.io/api
   ?module=block
   &action=getblockcountdown
   &blockno=16701588
   &apikey=YourApiKeyToken

Query Parameters

Get Block Number by Timestamp (WIP)

Returns the block number that was mined at a certain timestamp.

https://api-xdc.blocksscan.io/api
   ?module=block
   &action=getblocknobytime
   &timestamp=1720632212
   &closest=before
   &apikey=YourApiKeyToken

Query Parameters

Returns the daily average block size within a date range.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailyavgblocksize
   &startdate=2019-02-01
   &enddate=2019-02-28
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Returns the number of blocks mined daily and the amount of block rewards.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailyblkcount
   &startdate=2019-02-01
   &enddate=2019-02-28
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the amount of block rewards distributed to miners daily.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailyblockrewards
   &startdate=2019-02-01
   &enddate=2019-02-28
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the daily average of time needed for a block to be successfully mined.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailyavgblocktime
   &startdate=2019-02-01
   &enddate=2019-02-28
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the number of 'Uncle' blocks mined daily and the amount of 'Uncle' block rewards.

https://api-xdc.blocksscan.io/api
   ?module=stats
   &action=dailyuncleblkcount
   &startdate=2019-02-01
   &enddate=2019-02-28
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Last updated