API
API Reference (EVM)
Block
Block Number By Timestamp

Block number by timestamp

[GET] /v1/evm/:network/block/number-by-timestamp

Get block number by timestamp

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: kava
Queries
# The number of Unix timestamp
# (integer, required)
timestamp: 1726721710
 
# the closest available block to the provided timestamp, either before or after
# (string, optional, default: before)
closest: before

Try API

Method : GET
URL
/v1/evm/:network/block/number-by-timestamp
CallURL
https://apis.mintscan.io/v1/evm/:network/block/number-by-timestamp
Header
Bear Token*
Parameters
network*
Queries
timestamp*
closest