Skip to main content
POST
Progress exits

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Body

application/json
fee_rate
integer<int64> | null

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

Required range: x >= 0
wait
boolean | null

Wait until the exit is completed

Response

Returns the exit progress

done
boolean
required

Whether all transactions have been confirmed

exits
object[]
required

Status of each pending exit transaction

claimable_height
integer<int32> | null

Block height at which all exit outputs will be spendable

Required range: x >= 0
error
object

Top-level error that prevented progress from running cleanly this round. Per-exit problems live on each ExitProgressStatus; this slot is for failures that can't be attributed to a specific VTXO (e.g. the chain source becoming unavailable, or the exit manager failing to refresh its view of pending transactions).