Redeems AUDD you have already sent to the burn wallet, settling the AUD into one of your deposit virtual accounts.
Send the AUDD on chain first, then call this with the resulting blockchainTxId. Retrieve the burn wallet address with GET /trades/burn-wallet/{id} beforehand.
Settlement is asynchronous and is confirmed by webhook rather than in this response: the AUD arrives as a DEPOSIT balance record carrying a tradeId that matches the trade returned here. Match on that tradeId, not on the description, to tell a burn settlement apart from an ordinary customer deposit.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Invalid input, with a messageKey identifying the rule that failed: trade.bank_account_required, trade.wallet_required, trade.asset_required, trade.asset_amount_required, bank_account.currency_required, bank_account.invalid_amount (assetAmount may have at most 7 decimal places), and trade.asset_not_found when assetId does not resolve.
401Unauthorized. The bearer token is missing, expired or invalid.
404Not found. The bank account or wallet does not resolve to a record you can see.
500Internal server error
