List tracked transactions
Returns an asynchronously materialized transaction-tracking page. The API key determines the integrator scope; the optional integrator parameter is only a same-scope assertion.
x-api-key.
integrator in normal requests. If you send it, it must exactly match the integrator associated with the key.Filters
All supplied filters combine withAND.
nextCursor is null when there are no more results. The API does not return a total count or provide a snapshot guarantee while new transactions are being ingested.
Response data
Each item is the full tracking record. Amounts and fees use decimal strings in raw token units, and enrichment fields may benull when unavailable rather than zero. Use canonical chain IDs for filters, preserve nextCursor unchanged, and treat provider diagnostics as supplementary data. See Transaction Tracking API for the complete field contract.
Authorizations
Delora API key. Required by Transaction Tracking endpoints and optional for most routing endpoints.
Headers
Customer API key. Required for Transaction Tracking endpoints.
Query Parameters
Opaque cursor returned by a prior response. Pass it through unchanged.
Maximum number of records to return.
1 <= x <= 20050
Optional assertion of the integrator associated with the API key. It cannot be used to select another integrator.
Filter by current tracking status. Current asynchronous tracking status.
success, recovered, bridge_pending, refund_pending, refunded, bridge_failed, unknown Filter by route type. Delora route classification.
bridge, swap, bridge_swap, unknown Filter by canonical source chain ID.
8453
Filter by canonical destination chain ID.
42161

