Skip to main content

Get Isolated Symbols

Rate limits: 10 time/1s (uid)

Description

Retrieve trading pairs with isolated margin mode under the account.

HTTP Request

  • GET /api/v2/mix/account/isolated-symbols
Request
curl "https://api/v2/mix/account/isolated-symbols?productType=USDT-FUTURES" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
productTypeStringYesProduct type
USDT-FUTURES USDT-M Futures
COIN-FUTURES Coin-M Futures
USDC-FUTURES USDC-M Futures
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1761568886493,
"data": [
{
"symbol": "COAIUSDT",
"marginMode": "isolated"
},
{
"symbol": "EVAAUSDT",
"marginMode": "isolated"
}
]
}

Response Parameters

ParameterTypeDescription
symbolStringSymbol name
marginModeStringThe margin mode is fixed as isolated

How was your Reading Experience with us?