Endpoint
Request Body
| Parameter | Type | Description |
|---|---|---|
type* | string | Must be "blockTransactions" |
blockNumber* | number | Block number to query, e.g., 12345 |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | Transaction hash |
type | string | Transaction type |
timestamp | number | Transaction timestamp (ms) |
blockNumber | number | Block number (matches request) |
txIndex | number | Position within block |
orderId | string | Related order ID (optional) |
data | object | Transaction data |
Example Request
Error Responses
Notes
- Transactions ordered by txIndex
- All transactions in a block share the same timestamp