curl --request POST \
--url https://api.example.com/api/v1/exits/start/all \
--header 'Authorization: Bearer <token>'{
"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 \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?