Skip to main content

SwapExecutionStepPayment

Execution step describing the user payment that initiates or funds the swap.

typestringrequired

Possible values: [Payment]

sidestringrequired

Possible values: [source]

chainstringrequired
titlestringrequired
descriptionstringrequired
statusstringrequired

Possible values: [inactive, awaiting, received, confirmed, soft_expired, expired]

confirmations object

Confirmation progress for Bitcoin on-chain payments.

currentintegerrequired
targetintegerrequired
etaSecondsintegerrequired

Estimated remaining time in seconds until the target confirmation count is reached. Can be -1 when the estimate is not available.

initTxIdstring
settleTxIdstring
SwapExecutionStepPayment
{
"type": "Payment",
"side": "source",
"chain": "string",
"title": "string",
"description": "string",
"status": "inactive",
"confirmations": {
"current": 0,
"target": 0,
"etaSeconds": 0
},
"initTxId": "string",
"settleTxId": "string"
}