Isolated Margin

Get Isolated Margin symbols Configuration

{
  "code": "200000",
  "data": [
    {
      "symbol": "EOS-USDC",
      "symbolName": "EOS-USDC",
      "baseCurrency": "EOS",
      "quoteCurrency": "USDC",
      "maxLeverage": 10,
      "flDebtRatio": "0.97",
      "tradeEnable": true,
      "autoRenewMaxDebtRatio": "0.96",
      "baseBorrowEnable": true,
      "quoteBorrowEnable": true,
      "baseTransferInEnable": true,
      "quoteTransferInEnable": true
    },
    {
      "symbol": "MANA-USDT",
      "symbolName": "MANA-USDT",
      "baseCurrency": "MANA",
      "quoteCurrency": "USDT",
      "maxLeverage": 10,
      "flDebtRatio": "0.9",
      "tradeEnable": true,
      "autoRenewMaxDebtRatio": "0.96",
      "baseBorrowEnable": true,
      "quoteBorrowEnable": true,
      "baseTransferInEnable": true,
      "quoteTransferInEnable": true
    }
  ]
}

This API endpoint returns the current isolated margin trading pair configuration.

HTTP REQUEST

GET /api/v1/isolated/symbols

API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:20

PARAMETERS

N/A

RESPONSES
Param Description
symbol The trading pair code
baseCurrency Base currency type
quoteCurrency Quote coin
symbolName Trading pair name
maxLeverage Maximum leverage
flDebtRatio Liquidation debt ratio
tradeEnable Trade switch
autoRenewMaxDebtRatio During automatic renewal of the max debt ratio, the loan will only be renewed if it is lower than the debt ratio, with partial liquidation triggered for repayment if the debt ratio is in excess
baseBorrowEnable base coin type borrow switch
quoteBorrowEnable quote coin type borrow switch
baseTransferInEnable base coin type transfer switch
quoteTransferInEnable quote coin type transfer switch