curl --request POST \
--url https://api.example.com/api/v1/exits/start/vtxos \
--header 'Content-Type: application/json' \
--data '
{
"vtxos": [
"<string>"
]
}
'{
"message": "<string>"
}Registers the specified VTXOs for emergency exit. The daemon automatically progresses registered exits in the background at the cadence defined by SLOW_INTERVAL, creating and broadcasting the required transactions in sequence. Once all exit transactions are confirmed and the timelock has elapsed, call claim to sweep the resulting outputs to an on-chain address.
curl --request POST \
--url https://api.example.com/api/v1/exits/start/vtxos \
--header 'Content-Type: application/json' \
--data '
{
"vtxos": [
"<string>"
]
}
'{
"message": "<string>"
}Was this page helpful?