Order Management System REST API - Holding Controller
The holding/for/<owner>/<account>
URI provides access to current holdings for a specific Trading Account.
Retrieve Asset Holdings for Account
Section titled “Retrieve Asset Holdings for Account”GET /holding/for/<owner>/<account>
Retrieves all Asset Holdings for a Trading Account.
URL Parameters
Section titled “URL Parameters”Parameter | Description |
---|---|
owner | A URL-encoded Owner Code. |
account | A URL-encoded Account ID unique to the Owner. |
Query Parameters
Section titled “Query Parameters”Parameter | Expected | Description |
---|---|---|
asAt | Optional | An ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results. |
Response
Section titled “Response”Code | Status | Description |
---|---|---|
200 | Success | Content is an array of AssetPosition objects. |
403 | Failure | The authenticated identity does not have access to the Owner. |