Memo sign tx
post
Signs a Bitcoin Cash transaction with a memo.
Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
- The name of the account to sign the transaction for.
Header parameters
AuthorizationstringRequired
- The authorization token for the request.
Body
- The input data for the Bitcoin Cash transaction.
tostringOptional
The recipient address of the transaction.
valuenumber · doubleOptional
The amount to be sent.
networkstringOptional
The network on which the transaction is taking place.
compressbooleanOptional
Indicates whether to compress the public key.
Responses
200
A promise that resolves to a BitcoinCashAPIResponse containing the signed transaction output.
application/json
post
/bitcoincash/accounts/{accountName}/memo-sign-tx200
A promise that resolves to a BitcoinCashAPIResponse containing the signed transaction output.