Skip to content

Order Management System REST API - Holding Controller

The holding/for/<owner> URI provides access to current holdings beneath an owner.

GET /holding/for/<owner>

Retrieves all Asset Holdings for an Owner.

ParameterDescription
ownerA URL-encoded Owner Code.
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.

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.