List tracked transactions for the authenticated integrator
Returns an asynchronously materialized transaction-tracking page. The API key determines the integrator scope; the optional integrator parameter is only a same-scope assertion.
Query parameters
Opaque cursor returned by a prior response. Pass it through unchanged.
Maximum number of records to return.
Optional assertion of the integrator associated with the API key. It cannot be used to select another integrator.
Current asynchronous tracking status.
Filter by current tracking status.
Delora route classification.
Filter by route type.
Filter by canonical source chain ID.
Filter by canonical destination chain ID.
Headers
Customer API key. Required for Transaction Tracking endpoints.
Response
A page of transactions ordered newest first by source timestamp.
Example response
{
"transactions": [
{
"id": "123",
"protocol": "RELAY",
"inputToken": {
"amountRaw": "1000000"
},
"outputToken": {
"amountRaw": "1000000"
},
"sourceGasFee": {
"amountRaw": "21000000000000"
},
"destinationGasFee": {
"amountRaw": "21000000000000"
},
"integratorFee": {
"amountRaw": "21000000000000"
},
"deloraFee": {
"amountRaw": "21000000000000"
}
}
]
}Changes
Changed in 2 of the 8 revisions of this API.101
- ●
added the new
AMOUNT_TOO_LOWenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
AMOUNT_TOO_LOWenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
AMOUNT_TOO_LOWenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
AMOUNT_TOO_LOWenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ●
added the new
AMOUNT_TOO_LOWenum value to thecoderesponse property for the response status503response-property-enum-value-added
- ●
added the new
SLIPPAGE_EXCEEDEDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
SLIPPAGE_EXCEEDEDenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
SLIPPAGE_EXCEEDEDenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
SLIPPAGE_EXCEEDEDenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ●
added the new
SLIPPAGE_EXCEEDEDenum value to thecoderesponse property for the response status503response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○