# \CosmosApi All URIs are relative to *https://beta.usemoon.ai* Method | HTTP request | Description ------------- | ------------- | ------------- [**create_cosmos_account**](CosmosApi.md#create_cosmos_account) | **POST** /cosmos | [**get_cosmos_account**](CosmosApi.md#get_cosmos_account) | **GET** /cosmos/{accountName} | [**list_cosmos_accounts**](CosmosApi.md#list_cosmos_accounts) | **GET** /cosmos | [**sign_cosmos_transaction**](CosmosApi.md#sign_cosmos_transaction) | **POST** /cosmos/{accountName}/sign-tx | ## create_cosmos_account > crate::models::AccountApiResponse create_cosmos_account(authorization, cosmos_input) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | **cosmos_input** | [**CosmosInput**](CosmosInput.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_cosmos_account > crate::models::AccountApiResponse get_cosmos_account(authorization, account_name) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **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_cosmos_accounts > crate::models::AccountApiResponse list_cosmos_accounts(authorization) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **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_cosmos_transaction > crate::models::CosmosApiResponse sign_cosmos_transaction(authorization, account_name, cosmos_transaction_input) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | **account_name** | **String** | | [required] | **cosmos_transaction_input** | [**CosmosTransactionInput**](CosmosTransactionInput.md) | | [required] | ### Return type [**crate::models::CosmosApiResponse**](CosmosAPIResponse.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)