Lookup Block By Timestamp
Blocks
Lookup Block By Timestamp
Finds and retrieves the details of the closest block to a given timestamp. The lookup can be directed to find the block immediately before or after the specified time.
GET
Lookup Block By Timestamp
Documentation Index
Fetch the complete documentation index at: https://ormilabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.
Path Parameters
The Unix timestamp or ISO 8601 date string for block lookup.
Example:
"2023-11-07T05:31:56Z"
The name or ID of the blockchain.
Available options:
ethereum, apechain, arbitrum, avalanche, base, bsc, polygon Example:
"ethereum"
Query Parameters
Direction to look for the block relative to the timestamp.
Available options:
before, after Response
Successfully retrieved block details by timestamp.