Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
hashOrId | string | Yes | Transaction hash (0x...) or internal database ID |
bearerToken | string | No | JWT token. Falls back to apiSecretKey if not provided |
Return Value
Returns aPromise<Transaction> with the full transaction record including id, transactionHash, status, senderAddress, destinationAddress, amount, token, and timestamps.
