# \TronApi
All URIs are relative to *https://beta.usemoon.ai*
[**create_tron_account**](TronApi.md#create_tron_account) | **POST** /tron |
[**get_tron_account**](TronApi.md#get_tron_account) | **GET** /tron/{accountName} |
[**list_tron_accounts**](TronApi.md#list_tron_accounts) | **GET** /tron |
[**sign_tron_transaction**](TronApi.md#sign_tron_transaction) | **POST** /tron/{accountName}/sign-tx |
## create_tron_account
> crate::models::AccountApiResponse create_tron_account(authorization, tron_input)
### Parameters
**authorization** | **String** | | [required] |
**tron_input** | [**TronInput**](TronInput.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_tron_account
> crate::models::AccountApiResponse get_tron_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_tron_accounts
> crate::models::AccountApiResponse list_tron_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_tron_transaction
> crate::models::TronApiResponse sign_tron_transaction(authorization, account_name, tron_transaction_input)
### Parameters
**authorization** | **String** | | [required] |
**account_name** | **String** | | [required] |
**tron_transaction_input** | [**TronTransactionInput**](TronTransactionInput.md) | | [required] |
### Return type
[**crate::models::TronApiResponse**](TronAPIResponse.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)