Sign tx
post
Signs a Dogecoin transaction.
Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
- The name of the account for which the transaction is being signed.
Header parameters
AuthorizationstringRequired
- The authorization token from the request header.
Body
- The transaction input data.
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 DogeCoinAPIResponse object containing the transaction data, success status, and a message.
application/json
post
/dogecoin/{accountName}/sign-tx200
A promise that resolves to a DogeCoinAPIResponse object containing the transaction data, success status, and a message.