Set the off-book max leverage cap
Available from 27 August 2026, 07:00 UTC.
Sets the account-level off-book maximum leverage cap for the authenticated master account and returns the stored value.
The cap limits the effective leverage (gross open-position notional / margin equity) the account is willing to reach through off-book fills — liquidation assignments and RFQ offer fills. Book (maker/taker) orders are never affected.
Only master accounts may call this endpoint. Calling it can result in the following error codes:
invalidArgument: maxLeverage is missing or not a number
rfqAssignmentMaxLeverageOutOfBounds: maxLeverage is outside (0, 100], or has more than 2 decimal places
rfqAssignmentMaxLeverageDisabled: the off-book max leverage feature is not enabled
Authorizations
General API key with full access
Authentication string
Query Parameters
The off-book max leverage cap to set. Must be greater than 0 and at most 100, with at most 2 decimal places.
Response
OK