latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Margin
Get margin risk settings
Returns the margin risk settings for the specified account.
get/api/prime/trading/v1/accounts/{accountId}/margin/risksettings
Path parameters
accountIdstring required
The ID of the account
Response
Margin risk settings
Example response
{
"totalShortPositionLimit": {
"quantity": "1000000",
"currency": "USD"
},
"marginCallPercentage": "1.1",
"liquidationThresholdPercentage": "1.2",
"marginRequirementPercentage": "0.2",
"minimumTransferredCollateral": {
"quantity": "50000",
"currency": "USD"
}
}