Lookup Block By Number
Blocks
Lookup Block By Number
Retrieves the full details of a specific block, identified by its block number or the “latest” tag.
GET
Lookup Block By Number
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 block number. It can be numeric like 1231321 or "latest".
Pattern:
^(\d+|latest)$Example:
"18000000"
The name or ID of the blockchain.
Available options:
ethereum, apechain, arbitrum, avalanche, base, bsc, polygon Example:
"ethereum"
Response
Successfully retrieved block details.