Signs a Bitcoin transaction for the specified account.
POST //bitcoincash/accounts/{accountName}/sign-btc-tx HTTP/1.1 Host: beta.usemoon.ai Authorization: text Content-Type: application/json Accept: */* Content-Length: 51 { "outputs": "text", "inputs": "text", "network": "text" }
A promise that resolves to a BitcoinCashAPIResponse containing the signed transaction.
{ "success": true, "message": "text", "data": { "signed_tx": "text" } }