Get margin risk settings

get/api/prime/trading/v1/accounts/{accountID}/margin/risksettings

Returns the margin risk settings for the specified account.

Path Parameters

  • accountIDstringRequired
    The ID of the account

200 Response

totalShortPositionLimit object
Example: {"quantity":"100.0","currency":"USD"}
quantity string <decimal>required
The specified quantity.
currency string required
The specified quantity currency.
marginCallPercentage number <decimal>
liquidationThresholdPercentage number <decimal>
marginRequirementPercentage number <decimal>