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
| Parameter | Type | Required | Description |
|---|---|---|---|
| productType | String | Yes | Product typeUSDT-FUTURES USDT-M FuturesCOIN-FUTURES Coin-M FuturesUSDC-FUTURES USDC-M Futures |
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1761568886493,
"data": [
{
"symbol": "COAIUSDT",
"marginMode": "isolated"
},
{
"symbol": "EVAAUSDT",
"marginMode": "isolated"
}
]
}
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| symbol | String | Symbol name |
| marginMode | String | The margin mode is fixed as isolated |