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â
| Parameters | Type | Required | Description |
|---|---|---|---|
| botId | String | Yes | Grid bot ID |
| takeProfit | String | No | Take-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 |
| stopLoss | String | No | Stop-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 |
| terminationCondition | String | No | Termination conditionrsiboll |
| terminationParams | Array | No | Termination parameters |
| > indicatorLength | String | No | Indicator length |
| > threshold | String | No | Threshold |
| > multiplier | String | No | Multiplier |
| > interval | String | No | Interval |
| hodlMode | String | No | HODL modeyesno |
| autoTransferProfits | String | No | Auto transfer profitsyes: transfer outno: do not transfer out |
Response Parametersâ
| Parameters | Type | Description |
|---|---|---|
| botId | String | Grid bot ID |