Trades
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.
get/iserver/account/trades
Response
An array of trades
Example response
[
{
"contract_description_1": "FB Stock (NASDAQ.NMS)",
"sec_type": "STK, FUT, OPT"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.