SwapExecutionStep
Union of all supported swap execution step variants.
Union of all supported swap execution step variants.
Possible values: [Setup, Payment, Settlement, Refund]
- Setup
- Payment
- Settlement
- Refund
Possible values: [destination]
Possible values: [awaiting, completed, soft_expired, expired]
Possible values: [source]
Possible values: [inactive, awaiting, received, confirmed, soft_expired, expired]
confirmations object
Confirmation progress for Bitcoin on-chain payments.
Estimated remaining time in seconds until the target confirmation count is reached. Can be -1 when the estimate is not available.
Possible values: [destination]
Possible values: [inactive, waiting_lp, awaiting_automatic, awaiting_manual, soft_settled, soft_expired, settled, expired]
Possible values: [source]
Possible values: [inactive, awaiting, refunded]
{
"type": "Setup",
"side": "destination",
"chain": "string",
"title": "string",
"description": "string",
"status": "awaiting",
"setupTxId": "string"
}