Blocks
Blocks
Mirror node REST endpoints for querying Hedera block data, including block hashes, numbers, timestamps, and the transactions contained in each block.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mirror node REST endpoints for querying Hedera block data, including block hashes, numbers, timestamps, and the transactions contained in each block.
| Endpoint | Description |
|---|---|
GET /api/v1/blocks | Retrieves a list of blocks on the network. |
GET /api/v1/blocks/{hash_or_number} | Fetches details of a specific block by hash or block number. |
Was this page helpful?