Blocks

Get Block Rewards by BlockNo

Returns the block timestamp, miner and rewards.

https://api.snowscan.xyz/api
   ?module=block
   &action=getblockreward
   &blockno=13064381
   &apikey=YourApiKeyToken

Query Parameters

Get Estimated Block Countdown Time by BlockNo

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

https://api.snowscan.xyz/api
   ?module=block
   &action=getblockcountdown
   &blockno= 13074381
   &apikey=YourApiKeyToken

Query Parameters

Get Block Number by Timestamp

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

https://api.snowscan.xyz/api
   ?module=block
   &action=getblocknobytime
   &timestamp=1649244681
   &closest=before
   &apikey=YourApiKeyToken

Query Parameters

Returns the daily average block size within a date range.

https://api.snowscan.xyz/api
   ?module=stats
   &action=dailyavgblocksize
   &startdate=2023-02-01
   &enddate=2023-02-28
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

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

https://api.snowscan.xyz/api
   ?module=stats
   &action=dailyblkcount
   &startdate=2023-4-04
   &enddate=2023-4-05
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the amount of block rewards distributed to miners daily.

https://api.snowscan.xyz/api
   ?module=stats
   &action=dailyblockrewards
   &startdate=2023-4-04
   &enddate=2023-4-05
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

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

https://api.snowscan.xyz/api
   ?module=stats
   &action=dailyavgblocktime
   &startdate=2023-4-04
   &enddate=2023-4-05
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Last updated