Get the lightweight current status of a tracked transaction
Transaction Tracking
Get a tracked transaction status
Returns the latest status stored by Delora’s asynchronous tracking workers. It does not trigger an on-demand provider lookup.
GET
Get the lightweight current status of a tracked transaction
Return the current lightweight tracking status for a source or destination transaction hash. Use this endpoint when polling an existing transaction instead of repeatedly fetching the full transaction object.
The response contains
id, transactionId, source and destination hashes, status, substatus, statusSource, and updatedAt.
This reads the latest status stored by Delora’s asynchronous workers; it does not trigger a live provider lookup. Use backoff between polls and handle 429 and 503 responses. See status lifecycle semantics.Authorizations
Delora API key. Required by Transaction Tracking endpoints and optional for most routing endpoints.
Headers
Customer API key. Required for Transaction Tracking endpoints.
Path Parameters
Source or destination transaction hash.
Example:
"0x596a6d35655f3d2d334abcffb6b69999b82d5661f18692ea24174589894a7d30"
Response
Lightweight transaction status.
Current asynchronous tracking status.
Available options:
success, recovered, bridge_pending, refund_pending, refunded, bridge_failed, unknown Source or combination of sources used for the current status.
Available options:
analytics, receipt, bridge_api, mixed, unknown 
