Board a specific amount
Moves the specified amount of bitcoin in the on-chain wallet onto the Ark protocol. Creates and broadcasts a funding transaction, then returns the pending board details. The resulting VTXO is not spendable off-chain until the funding transaction reaches the number of on-chain confirmations required by the Ark server.
Authorizations
Base64url-encoded auth token
Body
An amount of onchain funds to board (in satoshis). For a board operation to be successful, this value, with any server-configured BoardFees [blocked] deducted, must be
= P2TR_DUST [blocked].
x >= 0Response
Returns the board result
Describes a completed transition of funds from onchain to offchain.
The amount of the board.
x >= 0The funding transaction. This is the transaction that has to be confirmed onchain for the board to succeed.
The ID of the movement associated with this board.
x >= 0The IDs of the VTXOs that were created in this board.
Currently, this is always a vector of length 1