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â
| Parameters | Type | Required | Description |
|---|---|---|---|
| category | String | Yes | Business lineUSDT-FUTURES: USDT-margined futuresUSDC-FUTURES: USDC-margined futures |
| botId | String | Yes | Grid bot ID |
| maxPrice | String | Yes | Upper limit price |
| minPrice | String | Yes | Lower limit price |
| gridNum | String | Yes | Number of grids |
Response Parametersâ
| Parameters | Type | Description |
|---|---|---|
| botId | String | Grid bot ID |