# \EosApi
All URIs are relative to *https://beta.usemoon.ai*
[**create_eos_account**](EosApi.md#create_eos_account) | **POST** /eos |
[**get_eos_account**](EosApi.md#get_eos_account) | **GET** /eos/{accountName} |
[**list_eos_accounts**](EosApi.md#list_eos_accounts) | **GET** /eos |
[**sign_eos_transaction**](EosApi.md#sign_eos_transaction) | **POST** /eos/{accountName}/sign-tx |
## create_eos_account
> crate::models::AccountApiResponse create_eos_account(authorization, eos_input)
### Parameters
**authorization** | **String** | | [required] |
**eos_input** | [**EosInput**](EosInput.md) | | [required] |
### Return type
[**crate::models::AccountApiResponse**](AccountAPIResponse.md)
### Authorization
[ApiKeyAuth](../README.md#ApiKeyAuth), [BearerAuth](../README.md#BearerAuth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_eos_account
> crate::models::AccountApiResponse get_eos_account(authorization, account_name)
### Parameters
**authorization** | **String** | | [required] |
**account_name** | **String** | | [required] |
### Return type
[**crate::models::AccountApiResponse**](AccountAPIResponse.md)
### Authorization
[ApiKeyAuth](../README.md#ApiKeyAuth), [BearerAuth](../README.md#BearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## list_eos_accounts
> crate::models::AccountApiResponse list_eos_accounts(authorization)
### Parameters
**authorization** | **String** | | [required] |
### Return type
[**crate::models::AccountApiResponse**](AccountAPIResponse.md)
### Authorization
[ApiKeyAuth](../README.md#ApiKeyAuth), [BearerAuth](../README.md#BearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## sign_eos_transaction
> crate::models::EosApiResponse sign_eos_transaction(authorization, account_name, eos_transaction_input)
### Parameters
**authorization** | **String** | | [required] |
**account_name** | **String** | | [required] |
**eos_transaction_input** | [**EosTransactionInput**](EosTransactionInput.md) | | [required] |
### Return type
[**crate::models::EosApiResponse**](EosAPIResponse.md)
### Authorization
[ApiKeyAuth](../README.md#ApiKeyAuth), [BearerAuth](../README.md#BearerAuth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)