Skip to content

Order Management System REST API - Holding Controller

The holding/for/<owner>/<account> URI provides access to current holdings for a specific Trading Account.

GET /holding/for/<owner>/<account>

Retrieves all Asset Holdings for a Trading Account.

ParameterDescription
ownerA URL-encoded Owner Code.
accountA URL-encoded Account ID unique to the Owner.
ParameterExpectedDescription
asAtOptionalAn ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results.
CodeStatusDescription
200SuccessContent is an array of AssetPosition objects.
403FailureThe authenticated identity does not have access to the Owner.