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
}
]Parameter
Description
Relationship Between Security Types and Groups
Security Group
Corresponding Security Types
Common Mistakes
Specifying the User ID Instead of the Trading Account ID
Last updated