Skip to main content

Modify Grid Bot Parameters

Modify Grid Bot Parameters

Description​

Modify the basic parameters (price range, investment amount, etc.) of a running grid trading bot.

HTTP Request​

  • POST /api/v3/trade/grid/modify-bot
  • Rate limit: 1/sec/UID
  • Permission: UTA trade (read & write)
Request
curl "https://api.bitget.com/api/v3/trade/grid/modify-bot" \
-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​

ParametersTypeRequiredDescription
botIdStringYesGrid bot ID
takeProfitStringNoTake-profit price. If not passed, the take-profit price will be cleared. If you do not want to modify the current take-profit price, pass in the current value
stopLossStringNoStop-loss price. If not passed, the stop-loss price will be cleared. If you do not want to modify the current stop-loss price, pass in the current value
terminationConditionStringNoTermination condition
rsi
boll
terminationParamsArrayNoTermination parameters
> indicatorLengthStringNoIndicator length
> thresholdStringNoThreshold
> multiplierStringNoMultiplier
> intervalStringNoInterval
hodlModeStringNoHODL mode
yes
no
autoTransferProfitsStringNoAuto transfer profits
yes: transfer out
no: do not transfer out

Response Parameters​

ParametersTypeDescription
botIdStringGrid bot ID

How was your Reading Experience with us?

★
★
★
★
â˜