/swap-cancel
Cancel a pending SundaeSwap order that is sitting at the script address. Only orders in OrderConfirmed state can be cancelled.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Cancel swap request parameters
Response Body
application/json
curl -X POST "https://loading/./../api/v1/swap/cancel" \ -H "Content-Type: application/json" \ -d '{ "walletVkey": "wallet_verification_key_here", "swapTransactionId": "clx1abc..." }'{
"cancelTxHash": "abc123def456..."
}Empty
Empty
Empty
Empty



