Modify Neutral Grid Bot Parameters
Modify Neutral Grid Bot Parameters
Descriptionâ
Modify the basic parameters of a running neutral grid trading bot.
HTTP Requestâ
- POST /api/v3/trade/grid/modify-neutral-bot
- Rate limit: 1/sec/UID
- Permission: UTA trade (read & write)
Request
curl -X POST "https://api.bitget.com/api/v3/trade/grid/modify-neutral-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" \
-d '{
"botId": "11",
"category": "USDT-FUTURES",
"takeProfit": "60000",
"stopLoss": "20000",
"autoTransferProfits": "yes"
}'
Request Parametersâ
| Parameters | Type | Required | Description |
|---|---|---|---|
| botId | String | Yes | Grid bot ID |
| category | String | Yes | Business lineUSDT-FUTURES: USDT-margined futuresUSDC-FUTURES: USDC-margined futures |
| takeProfit | String | No | Take-profit price. If not passed, the take-profit price will be cleared. Pass the current value if no change is intended |
| stopLoss | String | No | Stop-loss price. If not passed, the stop-loss price will be cleared. Pass the current value if no change is intended |
| autoTransferProfits | String | No | Auto transfer profityes: Transfer outno: Do not transfer out |
Response Parametersâ
| Parameters | Type | Description |
|---|---|---|
| botId | String | Grid bot ID |