# \EosApi All URIs are relative to *https://beta.usemoon.ai* Method | HTTP request | Description ------------- | ------------- | ------------- [**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 > models::AccountApiResponse create_eos_account(authorization, eos_input) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | **eos_input** | [**EosInput**](EosInput.md) | | [required] | ### Return type [**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 > models::AccountApiResponse get_eos_account(authorization, account_name) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | **account_name** | **String** | | [required] | ### Return type [**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 > models::AccountApiResponse list_eos_accounts(authorization) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | ### Return type [**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 > models::EosApiResponse sign_eos_transaction(authorization, account_name, eos_transaction_input) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | **account_name** | **String** | | [required] | **eos_transaction_input** | [**EosTransactionInput**](EosTransactionInput.md) | | [required] | ### Return type [**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)