Skip to main content

Copy settings

Rate Limit: 1 req/sec/UID

This interface is designed for setting up order following for the new version of followers. Currently, the interface only supports intelligent proportion and does not support multivariate exploration.

  • Criteria for the new version of followers: Users who registered after January 26, 2024, or users who registered before January 26, 2024 and have manually upgraded.

HTTP Request

  • POST /api/v2/copy/mix-follower/copy-settings
Request
curl "https://api.bitget.com/api/v2/copy/mix-follower/copy-settings" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{"traderId":"xxxxxxxxxxxx","copyAmount":"200"}'

Request Parameters

ParameterTypeRequiredDescription
traderIdStringYesID of the elite trader that you followed
copyAmountStringYesCopy trading amount, must be a positive integer not less than 50, denominated in USDT..
copyAllPostionsStringNoWhether to follow all positions of the trader.
yesFollow all positions. no Do not follow all positions
If not provided, the default value isno
autoCopyStringNoWhether to automatically follow new symbol opened by traders(only takes effect when mode is basic).
onAutomatic following. offNot automatically following
If not provided, the default value ison
equityGuardianStringNoEquity protection switch.
onEnabled
offDisabled
If not provided,the default value isoff
equityGuardianModeStringNoEquity protection mode, triggered when equityGuardian=on.
amountFixed amount protection
percentagePercentage-based protection
If not provided, the default value isamount
equityStringNoEquity protection trigger value. Required when equityGuardian=on. Must be a positive integer. If equityGuardian Mode=percentage, range is [1-100], representing 1%-100%. If equityGuardianMode=amount, it represents a fixeed loss amount.
marginModeStringNoMargin mode.
follow_traderFollow the trader's leverage.
crossed_marginCross margin
isolated_marginIsolated margin.
If not provided, the default value isfollow_trader
leverageStringNoLeverage mode, effective when marginMode=follow_trader.
follow_traderFollow trader.
fixed_leverageUse fixed leverage.
Default: follow_trader.
multipleStringNoLeverage multiple, ranging from [1,125]. Default: 10.
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1695872676719,
"data": "success"
}

Response parameters

ParameterTypeDescription
dataStringsuccess Success
failure Failure

How was your Reading Experience with us?