Skip to main content
POST
/
api
/
v1
/
exits
/
start
/
vtxos
Start exit for specific VTXOs
curl --request POST \
  --url https://api.example.com/api/v1/exits/start/vtxos \
  --header 'Content-Type: application/json' \
  --data '
{
  "vtxos": [
    "<string>"
  ]
}
'
{
  "message": "<string>"
}

Body

application/json
vtxos
string[]
required

The ID of VTXOs to unilaterally exit

Response

Exit started successfully

message
string
required