Skip to main content

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​

ParametersTypeRequiredDescription
categoryStringYesBusiness line
botIdStringYesGrid bot ID. The business line must match the grid bot ID, otherwise an error will be returned
coinStringYesCoin to add
sizeStringYesAmount
fundsSourceArrayYesSource of funds
funding: Funding account
uta: Unified account
otc: OTC account
adjustTypeStringNoAdjustment type. Only applicable to futures grid, required for futures
increase
decrease
reinvestProfitStringNoWhether to reinvest profit, default yes. Only applicable to spot grid
yes
no

Response Parameters​

ParametersTypeDescription
botIdStringGrid bot ID

How was your Reading Experience with us?

★
★
★
★
â˜