Skip to main content
POST
/
api
/
v1
/
wallet
/
send-onchain
Send on-chain from Ark balance
curl --request POST \
  --url https://api.example.com/api/v1/wallet/send-onchain \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount_sat": 1,
  "destination": "<string>"
}
'
{
  "offboard_txid": "<string>"
}

Body

application/json
amount_sat
integer<int64>
required

The amount to send (in satoshis)

Required range: x >= 0
destination
string
required

The destination Bitcoin address

Response

Returns the offboard transaction id

offboard_txid
string
required

The transaction id of the offboard transaction