Skip to main content

SwapOutputLNURL

LNURL metadata attached to Lightning-based swaps when applicable.

withdrawstring

LNURL-withdraw link for Lightning to smart-chain flows.

paystring

LNURL-pay link for smart-chain to Lightning flows.

successAction object

LNURL success action returned after a successful payment via LNURL-pay link, if specified in the LNURL.

descriptionstringrequired
textstring
urlstring
SwapOutputLNURL
{
"withdraw": "string",
"pay": "string",
"successAction": {
"description": "string",
"text": "string",
"url": "string"
}
}