Get Estimated Block Countdown Time by BlockNo

https://api.lorescan.com/[chain]/

  • ?module=block
  • &action=getblockcountdown
  • &blockno=16701588
  • &apikey=lore-public

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription
blocknothe integer block number to estimate time remaining to be mined.


Get Block Number by Timestamp

https://api.lorescan.com/[chain]/

  • ?module=block
  • &action=getblocknobytime
  • &timestamp=1619638524
  • &closest=before
  • &apikey=lore-public

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription
timestampthe integer representing the Unix timestamp in seconds.
closestthe closest available block to the provided timestamp, either before or after