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) |
blockHash | string | Block hash (SHA-256) |
transactionCount | number | Number of transactions in block |
Example Request
Notes
- Blocks are returned in reverse chronological order (newest first) - Use
blockByNumberorblockByHashto fetch the full transaction list for a specific block
