Blocks

Get Estimated Block Countdown Time by BlockNo

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

https://api-nova.arbiscan.io/api
   ?module=block
   &action=getblockcountdown
   &blockno=10000000
   &apikey=YourApiKeyToken

Query Parameters

Get Block Number by Timestamp

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

https://api-nova.arbiscan.io/api
   ?module=block
   &action=getblocknobytime
   &timestamp=1661517573
   &closest=before
   &apikey=YourApiKeyToken

Query Parameters

Last updated