Skip to main content
POST
/
api
/
v1
/
wallet
/
offboard
/
vtxos
Offboard specific VTXOs
curl --request POST \
  --url https://api.example.com/api/v1/wallet/offboard/vtxos \
  --header 'Content-Type: application/json' \
  --data '
{
  "vtxos": [
    "<string>"
  ],
  "address": "<string>"
}
'
{
  "offboard_txid": "<string>"
}

Body

application/json
vtxos
string[]
required

List of VTXO IDs to offboard

address
string | null

Optional Bitcoin address to send to. If not provided, uses the onchain wallet's address

Response

Returns the offboard transaction id

offboard_txid
string
required

The transaction id of the offboard transaction