v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBAccounts
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.
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
}
}