Endpoint
Request Body
| Parameter | Type | Description |
|---|---|---|
type* | string | Must be "latestBlocks" |
limit | number | Number of blocks to return (default: 20, max: 100) |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
blockNumber | number | Block number |
timestamp | number | Block timestamp (ms) |
transactionCount | number | Number of transactions in block |
blockHash | string | Block hash (SHA-256) |
Example Request
Notes
- Blocks returned in reverse chronological order (newest first)
- Block hashes computed deterministically from block contents