Skip to content

dhan super

Manage Dhan Super Orders. Live action on place / modify / cancel-leg.

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> for cancel-leg is one of:

  • ENTRY_LEG
  • TARGET_LEG
  • STOP_LOSS_LEG
Terminal window
dhan super list --json --no-color
dhan super place --file super.json --dry-run --json --no-color
dhan super place --file super.json --yes --json --no-color
dhan super modify <order-id> --file super.json --yes --json --no-color
dhan super cancel-leg <order-id> ENTRY_LEG --yes --json --no-color