Signs a Partially Signed Bitcoin Transaction (PSBT) using a key path and script path.
POST //bitcoincash/accounts/{accountName}/sign-psbt-with-key-path-and-script-path HTTP/1.1 Host: beta.usemoon.ai Authorization: text Content-Type: application/json Accept: */* Content-Length: 36 { "psbt_hex": "text", "network": "text" }
A promise that resolves to a BitcoinCashAPIResponse containing the signed PSBT in hexadecimal format.
{ "success": true, "message": "text", "data": { "signed_psbt_hex": "text" } }