Skip to content

Order Management System REST API - Holding Controller

The Holding Controller is responsible for retrieving Asset Holdings and submitting Asset Transactions.

GET /holding

Performing a GET on this URL retrieves all Holdings.

ParameterExpectedDescription
asAtOptionalAn ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results.

On success, a 200 response containing an array of CashPosition objects.

POST /holding

Performing a POST to this URL submits an Asset Transfer Request.

A single AssetTransferRequest object.

On success, a 204 response with no body. On failure, a 422 response with a body containing an array of one or more error codes describing the problem.