Get a tracked transaction
Finds a transaction by source or destination hash, case-insensitively, within the integrator associated with the API key.
404 deliberately covers both unknown hashes and hashes outside your integrator scope. Delora does not reveal whether another integrator owns a transaction.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.
"0x596a6d35655f3d2d334abcffb6b69999b82d5661f18692ea24174589894a7d30"
Response
Tracked transaction.
A read-only transaction-tracking record. Nullable enrichment fields mean unavailable or not yet enriched, not zero.
Delora tracking record ID.
"123"
Delora transaction identifier when available.
Source chain ID stored for the transaction.
Normalized destination chain ID when available.
Canonical source chain ID used for filtering.
Canonical destination chain ID used for filtering.
Provider-specific chain identifier preserved for diagnostics.
Provider-specific chain identifier preserved for diagnostics.
Legacy alias of sourceBlockTimestamp.
Normalized bridge adapter or GENERIC_SWAP. Treat unknown values as forward-compatible.
"RELAY"
Delora route classification.
bridge, swap, bridge_swap, unknown Current asynchronous tracking status.
success, recovered, bridge_pending, refund_pending, refunded, bridge_failed, unknown Provider-specific supplementary status. Not a stable enum.
Source or combination of sources used for the current status.
analytics, receipt, bridge_api, mixed, unknown Provider-specific diagnostic payload. Its shape is not a stable public contract.
Timestamp of the scanner's most recent receipt-check attempt. Diagnostic only; it does not prove settlement or finality.
Timestamp of the scanner's most recent bridge-status check attempt. Diagnostic only; it does not prove settlement or finality.
Timestamp of a non-unknown bridge-provider result. Despite its name, it does not by itself mean the bridge settled successfully.

