/api/v1/bots/grid/:id/manual
Updates configuration settings, price boundaries, grid density, order volumes, risk controls, and trailing settings for an existing Grid Bot entity using its ID.
Path Parameters
Unique Quentrade ID for this Grid Bot entity. Example: 2291725
Body Parameters
24Grid Bot name specified by the user (1 to 40 characters).
The maximum price of the trading range, above which the bot will not place sell orders.
The minimum price of the trading range, below which the bot will not place buy orders.
The number of grid levels between the upper and lower price boundaries. Limited by exchange rate and leverage rules.
Quantity of the asset allocated per Grid Bot level order.
Type of Grid Bot configuration: geometric (percentage step) or arithmetic (fixed dollar step).
Indicates if upper stop-loss settings are enabled (true) or not (false).
Action to perform if asset price reaches or exceeds upper stop-loss: stop_bot, stop_bot_and_buy, or stop_bot_and_close_position.
The price level that triggers the upper stop-loss action.
Indicates if lower stop-loss settings are enabled (true) or not (false).
Action to perform if asset price reaches or falls below lower stop-loss: stop_bot, stop_bot_and_sell, or stop_bot_and_close_position.
The price level that triggers the lower stop-loss action.
Type of leverage applied: cross (uses account collateral) or isolated (limits margin to position).
Custom leverage multiplier value set for the Grid Bot.
Grid strategy mode: long (price increase), short (price decrease), or reversal (trend reversal trading).
Maximum number of active sell orders that can be placed simultaneously.
Indicates if the trailing-up feature is enabled (true) or not (false).
Indicates if the trailing-down feature is enabled (true) or not (false).
Indicates if grid expansion downwards is enabled (true) or not (false).
The price at which downward grid expansion stops. Required when expansion_down_enabled is true.
Indicates if grid expansion upwards is enabled (true) or not (false).
The price at which upward grid expansion stops. Required when expansion_up_enabled is true.
Ignores configuration warnings and forces the update of the Grid Bot (true / false).
Optional user-defined note for the Grid Bot (1 to 300 characters).
Example Request
Example Responses
If successful, returns HTTP 200 with the updated Grid Bot entity representation.