dhan super
Manage Dhan Super Orders. Live action on place / modify / cancel-leg.
Commands
Section titled “Commands”| Subcommand | Dhan endpoint | Purpose | Flags |
|---|---|---|---|
dhan super list |
GET super/orders |
Show today’s super orders. | — |
dhan super place --file <json> --yes Live action |
POST super/orders |
Place a super order. | --file (req), --yes (req), --dry-run |
dhan super modify <order-id> --file <json> --yes Live action |
PUT super/orders/{id} |
Modify a super order. | --file (req), --yes (req), --dry-run |
dhan super cancel-leg <order-id> <order-leg> --yes Live action |
DELETE super/orders/{id}/{leg} |
Cancel a specific leg of a super order. | --yes (req) |
Order leg names
Section titled “Order leg names”<order-leg> for cancel-leg is one of:
ENTRY_LEGTARGET_LEGSTOP_LOSS_LEG
Examples
Section titled “Examples”dhan super list --json --no-colordhan super place --file super.json --dry-run --json --no-colordhan super place --file super.json --yes --json --no-colordhan super modify <order-id> --file super.json --yes --json --no-colordhan super cancel-leg <order-id> ENTRY_LEG --yes --json --no-colorSee also
Section titled “See also”- Concepts › Live-trading guardrails
dhan ip— Super Order placement requires static-IP whitelisting.