Skip to content

Order Management System REST API - Balance Controller

The balance/for/<owner>/<account> URI provides access to current balances for a Trading Account.

GET /balance/for/<owner>/<account>

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