Dogecoin
Lists the accounts associated with the provided Dogecoin token.
- The authorization token for accessing Dogecoin accounts.
A promise that resolves to an AccountAPIResponse object containing the account data.
Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.
The success status of the operation.
The message associated with the operation.
The address associated with the operation.
A promise that resolves to an AccountAPIResponse object containing the account data.
Creates a new Dogecoin account.
- The authorization token from the request header.
- The input data required to create a Dogecoin account.
The network on which the transaction is taking place.
The private key of the account.
A promise that resolves to an AccountAPIResponse object containing the account creation result.
Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.
The success status of the operation.
The message associated with the operation.
The address associated with the operation.
A promise that resolves to an AccountAPIResponse object containing the account creation result.
Retrieves the account information for a given account name.
- The name of the account to retrieve.
- The authorization token from the request header.
A promise that resolves to an AccountAPIResponse object containing the account data.
Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.
The success status of the operation.
The message associated with the operation.
The address associated with the operation.
A promise that resolves to an AccountAPIResponse object containing the account data.