v8

latestOpenAPI 3.1.1raw.githubusercontent.com2026-08-01124480.3 KB
Transaction Tracking

Get the lightweight current status of a tracked transaction

Returns the latest status stored by Delora's asynchronous tracking workers. It does not trigger an on-demand provider lookup.

get/v1/transactions/{lookupKey}/status

Path parameters

lookupKeystring required
Example:0x596a6d35655f3d2d334abcffb6b69999b82d5661f18692ea24174589894a7d30

Delora transactionId, source transaction hash, or destination transaction hash.

Headers

x-api-keystring required

Customer API key. Required for Transaction Tracking endpoints.

Response

Lightweight transaction status.

idstring required
transactionIdstring nullable required
sourceTxHashstring required
destTxHashstring nullable required
status'success' | 'recovered' | 'bridge_pending' | 'refund_pending' | 'refunded' | 'bridge_failed' | 'unknown' required

Current asynchronous tracking status.

substatusstring nullable required
statusSource'analytics' | 'receipt' | 'bridge_api' | 'mixed' | 'unknown' required

Source or combination of sources used for the current status.

updatedAtstring date-time required