# \LitecoinApi All URIs are relative to *https://beta.usemoon.ai* Method | HTTP request | Description ------------- | ------------- | ------------- [**create_litecoin_account**](LitecoinApi.md#create_litecoin_account) | **POST** /litecoin | [**get_litecoin_account**](LitecoinApi.md#get_litecoin_account) | **GET** /litecoin/{accountName} | [**list_litecoin_accounts**](LitecoinApi.md#list_litecoin_accounts) | **GET** /litecoin | [**sign_litecoin_transaction**](LitecoinApi.md#sign_litecoin_transaction) | **POST** /litecoin/{accountName}/sign-tx | ## create_litecoin_account > models::AccountApiResponse create_litecoin_account(authorization, litecoin_input) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | **litecoin_input** | [**LitecoinInput**](LitecoinInput.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_litecoin_account > models::AccountApiResponse get_litecoin_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_litecoin_accounts > models::AccountApiResponse list_litecoin_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_litecoin_transaction > models::LitecoinApiResponse sign_litecoin_transaction(authorization, account_name, litecoin_transaction_input) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **authorization** | **String** | | [required] | **account_name** | **String** | | [required] | **litecoin_transaction_input** | [**LitecoinTransactionInput**](LitecoinTransactionInput.md) | | [required] | ### Return type [**models::LitecoinApiResponse**](LitecoinAPIResponse.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)