GET /transaction/:id/normalized/events). User-level access (API key) is typically required.
client.tx(transactionId)
TxApi
| Method | Returns | Description |
|---|---|---|
normalizedEvents() | Promise<TxNormalizedEventsResponse> | Normalized events for this transaction. |
TxNormalizedEventsResponse
| Field | Type | Description |
|---|---|---|
transaction_id | string | Transaction hash. |
events | NormalizedEvent[] | Array of normalized events (from @alphscan/normalized-events). |

