Create Swap Transaction
Endpoints
Create Swap Transaction
Initiates a new swap and generates a unique deposit address.
POST
Create Swap Transaction
Once you have received an estimated rate via theDocumentation Index
Fetch the complete documentation index at: https://docs.swaplinq.com/llms.txt
Use this file to discover all available pages before exploring further.
exchange-amount endpoint, you call this endpoint to officially lock the transaction and generate a pay-in address.
Request Body
The ticker of the currency you are sending. E.g.,
btc.The ticker of the currency you want to receive. E.g.,
eth.The exact amount of the
from currency you plan to deposit.The destination wallet address where SwaplinQ will send the output funds.
The wallet address where funds should be returned if the transaction fails, times out, or encounters massive slippage. Essential for user security.
Optional Memo, Destination Tag, or Payment ID for currencies that require it (like XRP or XLM).
Response
The response provides the uniquepayinAddress where the user must send their funds. It also provides the id required to track the transaction.
