githubEdit

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
chevron-right
200

A promise that resolves to a DogeCoinAPIResponse object containing the transaction data, success status, and a message.

application/json

Interface representing the response from the DogeCoin API. Extends the BaseAPIResponse interface.

successbooleanRequired

The success status of the operation.

messagestringRequired

The message associated with the operation.

addressstringOptional

The address associated with the operation.

post
/dogecoin/{accountName}/sign-tx
200

A promise that resolves to a DogeCoinAPIResponse object containing the transaction data, success status, and a message.