PublishTransferBtc
Second step to transfer BTC to an address. This will accept the user's signed psbt to broadcast in BTC network.
POST
/api/publish-transfer-btc
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
wallet_id
string
The end user's wallet id
final_psbt
[]byte
Signed and extracted transaction to be broadcasted
As request data, signed psbt MUST be finalized and extracted by wallet.
Request
Response
Last updated