Track Status
Endpoints
Track Status
Poll this endpoint to monitor the lifecycle of an active swap.
GET
Track Status
Because blockchains operate asynchronously, exchanging assets takes time (pending network confirmations and block-times). You use this endpoint to fetch the current state of a transaction created viaDocumentation Index
Fetch the complete documentation index at: https://docs.swaplinq.com/llms.txt
Use this file to discover all available pages before exploring further.
/transactions.
The unique transaction
id returned when creating the swap.Transaction Status Lifecycle
A standard, successful transaction will flow sequentially through these states:waiting— The deposit address has been generated. The system is waiting for the user to send funds.confirming— The user has sent the funds. The system is waiting for the required amount of blockchain confirmations (e.g., 2 confirmations for BTC).exchanging— Funds have been confirmed. The execution pipeline is actively routing and swapping the assets via the selected provider.sending— The swap is complete. The system is currently broadcasting the payout transaction to the destination block explorer.finished— The payout transaction has been successfully mined. The swap is fully complete.
Failure States
Failure States
If things go wrong, the status will move into a failure block:
failed— The swap could not execute (e.g. massive market crash invalidated rate). Funds will be sent back torefundAddress.refunded— The auto-refund system successfully returned user funds.overdue— The user did not send the funds within the 24-hour validity window.
