Blocks
Blocks
Mirror node REST API endpoints for Hedera block data, including block metadata, hashes, timestamps, and the list of transactions contained within blocks.
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 API endpoints for Hedera block data, including block metadata, hashes, timestamps, and the list of transactions contained within blocks.
| 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?