# \TradesApi All URIs are relative to *https://localhost:5000/v1/api* Method | HTTP request | Description ------------- | ------------- | ------------- [**iserver_account_trades_get**](TradesApi.md#iserver_account_trades_get) | **get** /iserver/account/trades | List of Trades for the selected account ## iserver_account_trades_get > Vec iserver_account_trades_get() List of Trades for the selected account Returns a list of trades for the currently selected account for current day and six previous days. It is advised to call this endpoint once per session. ### Parameters This endpoint does not need any parameter. ### Return type [**Vec**](trade.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)