Set Leverage/Margin Mode
Sets leverage and margin mode (Isolated or Cross) for a specific trading symbol and position.
API Specification is in change
It applies to individual positions identified by the symbol and slot parameters.
You can adjust the leverage level (from 1× up to the maximum allowed by the contract) and choose between:
Isolated Margin — Margin is limited to the position itself; liquidation only affects that position.
Cross Margin — Margin is shared across all open positions under the same account.
Proper leverage and margin configuration is essential before placing or modifying orders, as it directly affects margin requirements, liquidation risk, and available balance.
Authentication with a valid API key and trade permission scope is required.
For third party retail API users
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$Margin type
OK
Bad Request
Unauthorized
Last updated