Skip to content

API Reference


API Reference / PlaceAlertRequest

Interface: PlaceAlertRequest

Defined in: src/resources/Alerts.ts:16

Plain string-literal request shapes for Alerts — mirrors ConditionalTriggers' PlaceConditionalTriggerRequest/ ModifyConditionalTriggerRequest (both resources wrap the same /alerts/orders endpoints). Reusing AlertConditionInput/AlertOrderInput keeps the enum-to-literal mapping in one place instead of duplicating it.

Properties

dhanClientId

dhanClientId: string

Defined in: src/resources/Alerts.ts:17


condition

condition: AlertConditionInput

Defined in: src/resources/Alerts.ts:18


orders

orders: AlertOrderInput[]

Defined in: src/resources/Alerts.ts:19

Community project — not affiliated with Dhan. MIT License.