Skip to main content

Modify Neutral Grid Interval and Grid Number

Modify Neutral Grid Interval and Grid Number

Description​

Modify the grid price range and number of grids.

HTTP Request​

  • POST /api/v3/trade/grid/modify-neutral-grid-interval
  • Rate limit: 1/sec/UID
  • Permission: UTA trade (read & write)
Request
curl -X POST "https://api.bitget.com/api/v3/trade/grid/modify-neutral-grid-interval" \
-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 '{
"category": "USDT-FUTURES",
"botId": "11",
"maxPrice": "50000",
"minPrice": "30000",
"gridNum": "100"
}'

Request Parameters​

ParametersTypeRequiredDescription
categoryStringYesBusiness line
USDT-FUTURES: USDT-margined futures
USDC-FUTURES: USDC-margined futures
botIdStringYesGrid bot ID
maxPriceStringYesUpper limit price
minPriceStringYesLower limit price
gridNumStringYesNumber of grids

Response Parameters​

ParametersTypeDescription
botIdStringGrid bot ID

How was your Reading Experience with us?

★
★
★
★
â˜