Skip to content

Order Management System REST API - Balance Controller

The balance/for/<owner> URI provides access to current balances beneath an owner.

GET /balance/for/<owner>

Retrieves all Cash Balances 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 CashPosition objects.
403FailureThe authenticated identity does not have access to the Owner.