---
title: "place multi order"
method: POST
path: "/alerts/multi/orders"
tags: ["Conditional and Multi Order"]
---

# place multi order

`POST /alerts/multi/orders`

Place a multi order directly without any conditions.

## Headers

- `access-token` string, required

## Request body

- MultiOrderRequest
  - `dhanClientId` string, required — User specific identification generated by Dhan
  - `orders` MultiOrderItemRequest[], required — List of orders to place
    - `sequence` string, required — Sequence number to identify order in the batch
    - `correlationId` string — The user/partner generated id for tracking back
    - `transactionType` 'BUY' | 'SELL', required — Signifies the type of transaction whether it's BUY or SELL
    - `exchangeSegment` 'NSE_EQ' | 'NSE_FNO' | 'NSE_COMM' | 'BSE_EQ' | 'BSE_FNO' | 'MCX_COMM', required — Exchange segment for the order
    - `productType` 'CNC' | 'INTRADAY' | 'MARGIN' | 'MTF' — Product type for the order
    - `orderType` 'LIMIT' | 'MARKET' | 'STOP_LOSS' | 'STOP_LOSS_MARKET' — Order type for the order
    - `validity` 'DAY' | 'IOC' — Validity of the order
    - `securityId` string — Exchange standard identification for each scrip
    - `quantity` integer — Number of shares or lots
    - `afterMarketOrder` boolean — Flag to inform that the order placed is After Market Order
    - `amoTime` 'OPEN' | 'OPEN_30' | 'OPEN_60' | 'PRE_OPEN' — Flag to inform after what time AMO is pumped
    - `price` number, float — Price at which the order is requested to execute
    - `triggerPrice` number, float — Price at which the order is triggered
    - `disclosedQuantity` integer — Number shares visible in the market depth

## Response `200`

Successful operation

- MultiOrderResponse
  - `orders` MultiOrderItemResponse[] — List of order responses
    - `orderId` string — Order specific identification generated by Dhan
    - `sequence` string — Sequence number to identify order in the batch
    - `orderStatus` 'TRANSIT' | 'PENDING' | 'REJECTED' | 'CANCELLED' | 'PART_TRADED' | 'TRADED' | 'EXPIRED' | 'MODIFIED' | 'TRIGGERED' | 'INACTIVE' — Status of the order

---

[API](https://skmtc.dev/dhan/apis/dhanhq-api.md) · [All operations](https://skmtc.dev/dhan/apis/dhanhq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dhan/dhanhq-api/revisions/2d368b9ed32d/schema)
