> For the complete documentation index, see [llms.txt](https://docs.usemoon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usemoon.ai/sdks/rust/dogecoinapi.md).

# \DogeCoinApi

All URIs are relative to *<https://beta.usemoon.ai>*

| Method                                                           | HTTP request                             | Description |
| ---------------------------------------------------------------- | ---------------------------------------- | ----------- |
| [**create\_doge\_coin\_account**](#create_doge_coin_account)     | **POST** /dogecoin                       |             |
| [**get\_doge\_coin\_account**](#get_doge_coin_account)           | **GET** /dogecoin/{accountName}          |             |
| [**list\_doge\_coin\_accounts**](#list_doge_coin_accounts)       | **GET** /dogecoin                        |             |
| [**sign\_doge\_coin\_transaction**](#sign_doge_coin_transaction) | **POST** /dogecoin/{accountName}/sign-tx |             |

## create\_doge\_coin\_account

> crate::models::AccountApiResponse create\_doge\_coin\_account(authorization, doge\_coin\_input)

### Parameters

| Name                  | Type                                             | Description | Required    | Notes |
| --------------------- | ------------------------------------------------ | ----------- | ----------- | ----- |
| **authorization**     | **String**                                       |             | \[required] |       |
| **doge\_coin\_input** | [**DogeCoinInput**](/sdks/rust/dogecoininput.md) |             | \[required] |       |

### Return type

[**crate::models::AccountApiResponse**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/AccountAPIResponse.md)

### Authorization

[ApiKeyAuth](/sdks/rust.md#ApiKeyAuth), [BearerAuth](/sdks/rust.md#BearerAuth)

### HTTP request headers

* **Content-Type**: application/json
* **Accept**: application/json

[\[Back to top\]](/sdks/rust/dogecoinapi.md) [\[Back to API list\]](/sdks/rust.md#documentation-for-api-endpoints) [\[Back to Model list\]](/sdks/rust.md#documentation-for-models) [\[Back to README\]](/sdks/rust.md)

## get\_doge\_coin\_account

> crate::models::AccountApiResponse get\_doge\_coin\_account(authorization, account\_name)

### Parameters

| Name              | Type       | Description | Required    | Notes |
| ----------------- | ---------- | ----------- | ----------- | ----- |
| **authorization** | **String** |             | \[required] |       |
| **account\_name** | **String** |             | \[required] |       |

### Return type

[**crate::models::AccountApiResponse**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/AccountAPIResponse.md)

### Authorization

[ApiKeyAuth](/sdks/rust.md#ApiKeyAuth), [BearerAuth](/sdks/rust.md#BearerAuth)

### HTTP request headers

* **Content-Type**: Not defined
* **Accept**: application/json

[\[Back to top\]](/sdks/rust/dogecoinapi.md) [\[Back to API list\]](/sdks/rust.md#documentation-for-api-endpoints) [\[Back to Model list\]](/sdks/rust.md#documentation-for-models) [\[Back to README\]](/sdks/rust.md)

## list\_doge\_coin\_accounts

> crate::models::AccountApiResponse list\_doge\_coin\_accounts(authorization)

### Parameters

| Name              | Type       | Description | Required    | Notes |
| ----------------- | ---------- | ----------- | ----------- | ----- |
| **authorization** | **String** |             | \[required] |       |

### Return type

[**crate::models::AccountApiResponse**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/AccountAPIResponse.md)

### Authorization

[ApiKeyAuth](/sdks/rust.md#ApiKeyAuth), [BearerAuth](/sdks/rust.md#BearerAuth)

### HTTP request headers

* **Content-Type**: Not defined
* **Accept**: application/json

[\[Back to top\]](/sdks/rust/dogecoinapi.md) [\[Back to API list\]](/sdks/rust.md#documentation-for-api-endpoints) [\[Back to Model list\]](/sdks/rust.md#documentation-for-models) [\[Back to README\]](/sdks/rust.md)

## sign\_doge\_coin\_transaction

> crate::models::DogeCoinApiResponse sign\_doge\_coin\_transaction(authorization, account\_name, doge\_coin\_transaction\_input)

### Parameters

| Name                               | Type                                                                   | Description | Required    | Notes |
| ---------------------------------- | ---------------------------------------------------------------------- | ----------- | ----------- | ----- |
| **authorization**                  | **String**                                                             |             | \[required] |       |
| **account\_name**                  | **String**                                                             |             | \[required] |       |
| **doge\_coin\_transaction\_input** | [**DogeCoinTransactionInput**](/sdks/rust/dogecointransactioninput.md) |             | \[required] |       |

### Return type

[**crate::models::DogeCoinApiResponse**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/DogeCoinAPIResponse.md)

### Authorization

[ApiKeyAuth](/sdks/rust.md#ApiKeyAuth), [BearerAuth](/sdks/rust.md#BearerAuth)

### HTTP request headers

* **Content-Type**: application/json
* **Accept**: application/json

[\[Back to top\]](/sdks/rust/dogecoinapi.md) [\[Back to API list\]](/sdks/rust.md#documentation-for-api-endpoints) [\[Back to Model list\]](/sdks/rust.md#documentation-for-models) [\[Back to README\]](/sdks/rust.md)
