Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1 KB

TradesApi.md

File metadata and controls

36 lines (19 loc) · 1 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

Veccrate::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.

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::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]