# \TradeAccountApi All URIs are relative to *http://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- [**trade_account**](TradeAccountApi.md#trade_account) | **GET** /thorchain/trade/account/{address} | ## trade_account > crate::models::TradeAccountResponse trade_account(address, height) Returns the units and depth of a trade account ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **address** | **String** | | [required] | **height** | Option<**i64**> | optional block height, defaults to current tip | | ### Return type [**crate::models::TradeAccountResponse**](TradeAccountResponse.md) ### Authorization No authorization required ### 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)