Add Investment Amount
Add Investment Amount
Descriptionâ
Add investment amount to a grid trading bot. Supports adding spot investment amount and adjusting futures margin.
HTTP Requestâ
- POST /api/v3/trade/grid/add-investment
- Rate limit: 1/sec/UID
- Permission: UTA trade (read & write)
Request
curl "https://api.bitget.com/api/v3/trade/grid/add-investment" \
-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 |
|---|---|---|---|
| category | String | Yes | Business line |
| botId | String | Yes | Grid bot ID. The business line must match the grid bot ID, otherwise an error will be returned |
| coin | String | Yes | Coin to add |
| size | String | Yes | Amount |
| fundsSource | Array | Yes | Source of fundsfunding: Funding accountuta: Unified accountotc: OTC account |
| adjustType | String | No | Adjustment type. Only applicable to futures grid, required for futuresincreasedecrease |
| reinvestProfit | String | No | Whether to reinvest profit, default yes. Only applicable to spot gridyesno |
Response Parametersâ
| Parameters | Type | Description |
|---|---|---|
| botId | String | Grid bot ID |