Skip to main content

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​

ParametersTypeRequiredDescription
botIdStringYesGrid bot ID
categoryStringYesBusiness line
USDT-FUTURES: USDT-margined futures
USDC-FUTURES: USDC-margined futures
takeProfitStringNoTake-profit price. If not passed, the take-profit price will be cleared. Pass the current value if no change is intended
stopLossStringNoStop-loss price. If not passed, the stop-loss price will be cleared. Pass the current value if no change is intended
autoTransferProfitsStringNoAuto transfer profit
yes: Transfer out
no: Do not transfer out

Response Parameters​

ParametersTypeDescription
botIdStringGrid bot ID

How was your Reading Experience with us?

★
★
★
★
â˜