get https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/custody/accounts//positions
Fetch the positions for a given custody account
Response Structure
{
"statusCode": "101",
"statusDesc": "Ok",
"positions": [
{
"id": "02587DM96",
"date": "2019-03-20",
"units": "27"
},
{
"id": "40434YGR2",
"date": "2019-03-21",
"units": "1"
},
{
"id": "38148JA92",
"date": "2019-03-22",
"units": "1"
},
{
"id": "DELL12",
"date": "2019-03-20",
"units": "10"
}
]
}
Property | Description | Example |
---|---|---|
id | the unique identifier of the security | 02587DM96 |
date | the most recent date on which activity occurred | 2019-03-20 |
units | the total number of units held by the account | 27 |