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