Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.01 KB

TradesApi.md

File metadata and controls

33 lines (19 loc) · 1.01 KB

\TradesApi

All URIs are relative to https://localhost:5000/v1/api

Method HTTP request Description
iserver_account_trades_get Get /iserver/account/trades List of Trades for the selected account

iserver_account_trades_get

Vec<::models::Trade> 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.

Required Parameters

This endpoint does not need any parameter.

Return type

Vec<::models::Trade>

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]