/api/v1/bots/grid
Creates a new manual Grid Bot with custom price boundaries, grid level counts, order volume allocations, stop-loss rules, and trailing options.
Body Parameters
28Grid Bot name specified by the user (1 to 40 characters). If not specified, the system will generate a default name automatically.
ID of the exchange account entity where the Grid Bot is created.
Trading pair in Quentrade format (e.g. USDT_ETH). Use the All market pairs endpoint to retrieve supported pairs.
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 distributed between the upper and lower price boundaries.
Quantity of the asset allocated per Grid Bot level order.
Type of Grid Bot configuration: geometric (percentage step) or arithmetic (fixed dollar step).
The currency type used for placing orders: base or quote.
The currency in which the bot will generate profit: base or quote.
Indicates if upper stop-loss settings are enabled (true) or not (false).
The 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).
The 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), isolated (limits margin to position), or not_specified.
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 creation of the Grid Bot (true / false).
Optional user-defined note for the Grid Bot (1 to 300 characters).
Strategy & Risk Configuration Guide
Grid Types
Arithmetic grids space lines at fixed dollar intervals. Geometric grids space lines at fixed percentage intervals, ensuring identical profit margin per grid step.
Stop Loss Actions
Configure automated bot shutdown, liquidation into quote currency (stop_bot_and_sell), base accumulation (stop_bot_and_buy), or futures position closing (stop_bot_and_close_position).
Trailing & Expansion
Trailing shifts the entire grid corridor dynamically. Grid expansion adds new grid lines upward or downward until designated stop prices are reached.
Example Request
Example Responses
If successful, returns HTTP 201 with the created Grid Bot entity representation.