Api get all initial leverage response
ApiGetAllInitialLeverageResponse
The response to get the initial leverage of a sub account
Name
Lite |
Type |
Required
Default |
Description |
results
r |
[InitialLeverageResult] |
True |
The initial leverage of the sub account |
InitialLeverageResult
Name
Lite |
Type |
Required
Default |
Description |
instrument
i |
string |
True |
The instrument to get the leverage for |
leverage
l |
string |
True |
The initial leverage of this instrument |
min_leverage
ml |
string |
True |
The min leverage user can set for this instrument |
max_leverage
ml1 |
string |
True |
The max leverage user can set for this instrument |
margin_type
mt |
PositionMarginType |
True |
The margin type of this instrument |
PositionMarginType
| Value |
Description |
ISOLATED = 1 |
Isolated Margin Mode: each position is allocated a fixed amount of collateral |
CROSS = 2 |
Cross Margin Mode: uses all available funds in your account as collateral across all cross margin positions |