Get Market Value of all Security Groups
Retrieve a trading account's collective market value of all security groups
Introduction
GET apiURL/v1.0/accounts/{accountID}/positions/groupsResponse
[
{
"Name": "Options",
"MarketValue": -996.5
},
{
"Name": "Equity",
"MarketValue": 129835.86
},
{
"Name": "Cash",
"MarketValue": 342377.84999484
}
]Relationship Between Security Types and Groups
Common Mistakes
Failing to Specify the Et-App-Key Parameter
Specifying the User ID Instead of the Trading Account ID
Last updated