Skip to main content
POST
/
api
/
v1
/
exits
/
claim
/
all
Claim all exited VTXOs
curl --request POST \
  --url https://api.example.com/api/v1/exits/claim/all \
  --header 'Content-Type: application/json' \
  --data '
{
  "destination": "<string>",
  "fee_rate": 1
}
'
{
  "message": "<string>"
}

Body

application/json
destination
string
required

The destination Bitcoin address

fee_rate
integer<int64> | null

Sets the desired fee-rate in sats/kvB to use broadcasting exit transactions

Required range: x >= 0

Response

Exit claimed successfully

message
string
required