v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Accounts

Retrieve Account Margin

Retrieves Account Margin details by accountID.

get/accounts/{accountID}/summary/margin

Path parameters

accountIDstring required

The user's unique account identifier.

Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759

Response

Retrieving an Account Margin details by accountID was Successful.

accountIDstring

The user's unique account identifier.

accountNostring

The user's unique account number, that is human readable.

tradingType'CASH' | 'MARGIN'

The type of trading the account will participate in.

updatedstring

Time of last update.

Example response

{
  "accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
  "accountNo": "DWBG000052",
  "tradingType": "CASH",
  "updated": "2017-06-16T15:35:30.617Z",
  "margin": {
    "marginRequirement": 1,
    "equityRequired": 1,
    "bodDTBP": 10000
  }
}