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
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.
The response is of type object
.