Estimate offboard-all fee
Estimates the fee for offboarding the entire Ark balance to the given on-chain address. The gross amount is the total spendable balance, and the net amount is what the user receives on-chain after fees. The fee depends on the destination address type, current fee rates, and VTXO expiry.
Authorizations
Base64url-encoded auth token
Query Parameters
The destination Bitcoin address
Response
Returns the fee estimate
A fee estimate for an Ark wallet operation.
The fee portion (in satoshis)
x >= 0The total amount including fees (in satoshis)
x >= 0The amount excluding fees (in satoshis). For sends, this is the amount the recipient receives. For receives, this is the amount the user gets.
x >= 0The VTXOs that would be spent for this operation