Endpoint
Request Body
| Parameter | Type | Description |
|---|---|---|
type* | string | Must be "transactionByHash" |
hash* | string | Transaction hash (0x-prefixed), e.g., "0xabc123..." |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | Transaction hash |
type | string | Transaction type |
timestamp | number | Transaction timestamp (ms) |
blockNumber | number | Block containing transaction |
txIndex | number | Position within block |
orderId | string | Related order ID (optional) |
data | object | Full transaction data |
Example Request
Error Responses
Notes
- Transaction hashes are deterministic and unique
- The
datafield contains type-specific information