Boba Ecosystem
Blockchain
Transactions
Cross Transactions
Blocks
View L1 Transaction Batches
View L1 State Batches
Tokens
ERC20 Tokens By MarketCap
Resources
Tools
Unit Converter
Devnet Explorer
Gas Tracker
Getting Started
Fast APIs
Etherscan Compatibility
Recipes
Getting Started
Introduction
Fast APIs
Swagger
Etherscan Compatibility
Accounts
Blocks
Contracts
Geth-Parity Proxy
Logs
Stats
Tokens
Transactions
Recipes
Hardhat Verification
Foundry Verification
Catapulta Verification
Documentation ›
Blocks
Get Estimated Block Countdown Time by BlockNo
https://api.routescan.io/v2/network/mainnet/evm/
/api
?module=block
&action=getblockcountdown
&blockno=16701588
Try this endpoint in your
browser
🔗
Request
Response
Query Parameters
Parameter
Description
blockno
the
integer
block number to estimate time remaining to be mined.
Get Block Number by Timestamp
https://api.routescan.io/v2/network/mainnet/evm/
/api
?module=block
&action=getblocknobytime
×tamp=1619638524
&closest=before
Try this endpoint in your
browser
🔗
Request
Response
Query Parameters
Parameter
Description
timestamp
the
integer
representing the Unix timestamp in seconds.
closest
the closest available block to the provided timestamp, either
before
or
after
ON THIS PAGE
Get Estimated Block Countdown Time by BlockNo
Get Block Number by Timestamp