Get Margin Configuration Info
Request via this endpoint to get the configure info of the margin.
HTTP REQUEST
GET /api/v1/margin/config
Example
GET /api/v1/margin/config
{
"code": "200000",
"data": {
"currencyList": [
"XEM",
"MATIC",
"VRA",
...
],
"maxLeverage": 5,
"warningDebtRatio": "0.95",
"liqDebtRatio": "0.97"
}
}
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight
:25
PARAMETERS
N/A
RESPONSES
Param | Description |
---|---|
currencyList | Available currencies for margin trade |
warningDebtRatio | The warning debt ratio of the forced liquidation |
liqDebtRatio | The debt ratio of the forced liquidation |
maxLeverage | Max leverage available |