AnchorVirtualPsbt
Second step to transfer Taproot Assets to an address. This will accept the user's signed virtual psbt to verify, and if valid, return anchored psbt for another signature.
POST
/api/anchor-virtual-psbt
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
wallet_id
string
The end user's wallet id
fee_rate
int64
Fee rate in sat/vB
asset_psbts
[][]byte
Signed virtual psbts for active assets
passive_asset_psbts
[][]byte
Signed virtual psbts for passive assets
As request data, signed psbt should NOT be finalized by wallet.
Request
Response
Last updated