Blocks

Get Block Rewards by BlockNo

Returns the block timestamp, miner and rewards.

https://api-holesky.fraxscan.com/api
   ?module=block
   &action=getblockreward
   &blockno=3305581
   &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-holesky.fraxscan.com/api
   ?module=block
   &action=getblockcountdown
   &blockno=4000000
   &apikey=YourApiKeyToken

Query Parameters

Get Block Number by Timestamp

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

https://api-holesky.fraxscan.com/api
   ?module=block
   &action=getblocknobytime
   &timestamp=1706576711
   &closest=before
   &apikey=YourApiKeyToken

Query Parameters

Last updated