curl --request POST \
--url https://api.example.com/api/v1/exits/start/all{
"message": "<string>"
}Registers all wallet 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/all{
"message": "<string>"
}Exit started successfully
Was this page helpful?