Conditional and Multi Order

place conditional order

The Conditional Trigger (Alerts) API lets you define conditions (price or technical indicators) that, when met, place one or multiple orders automatically on the user’s Dhan account. It supports multiple combinations of indicators and operators along with optional webhook callbacks.
Notes :

  • Conditions are currently supported only for Equities and Indices.
  • You can receive a postback update by providing a Webhook URL while generating the Access Token.
post/alerts/orders

Headers

access-tokenstring required

Request body

dhanClientIdstring required

User specific identification generated by Dhan

Response

Successful operation

alertIdstring

Alert ID generated by Dhan

alertStatusstring
StatusDescription
ACTIVEAlert is currently active
TRIGGEREDAlert condition has been met
EXPIREDAlert expired without triggering
CANCELLEDAlert was manually cancelled

Changes

No recorded changes to this endpoint across all 1 revision of this API.