v1
latestOpenAPI 3.1.02026-08-0466147138.0 KBExecution
Start a withdrawal transaction
This is the second and final step in the withdrawal flow. The expected input is the full output of /withdraw/calculate. The selected route should be first, or only, route in the liq.route.routes array. The response of this endpoint will provide the transaction data and relevant metadata to execute the transaction onchain.
Note: if the approval_data field is not empty, the user must first approve the token transfer before executing the transaction.
post/withdraw/start
Request body
Response
OK
Example response
{
"$schema": "https://api.superform.xyz/schemas/DepositResponse.json"
}