Skip to main content

Get Copy Trade Symbol Settings

Rate limit: 5 req/sec/UID

HTTP Request

  • GET /api/v2/copy/mix-trader/config-query-symbols
Request Example
curl "https://api.bitget.com/api/v2/copy/mix-trader/config-query-symbols?productType=usdt-futures" \
-H "ACCESS-KEY:your apiKey" \
-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 professional futures
COIN-FUTURES Mixed futures
USDC-FUTURES USDC professional futures
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1695807225928,
"data": [
{
"symbol": "BTCUSDT",
"openTrader": "yes",
"minOpenCount": "0.002",
"maxLeverage": "50",
"stopSurplusRatio": "100",
"stopLossRatio": "30"
}
]
}

Response parameters

ParameterTypeDescription
symbolStringTrading pair
openTraderStringActivates copy trading or not, YES, NO
minOpenCountStringMinimum opening amount of elite traders
maxLeverageStringMaximum leverage
stopSurplusRatioStringValue set for take profit (value is a positive integer, 120 means 120%)
stopLossRatioStringValue set for stop-loss ratio (the value is a positive integer, 40 means 40%)