dhan edis
Manage eDIS (electronic Delivery Instruction Slip) flows — generate T-PIN, request a bulk authorisation form, or check eDIS approval status.
Commands
Section titled “Commands”| Subcommand | Dhan endpoint | Purpose | Flags |
|---|---|---|---|
dhan edis tpin |
GET edis/tpin |
Generate T-PIN. | — |
dhan edis form --file <json> |
POST edis/bulkform |
Generate an eDIS bulk authorisation form. | --file (req) |
dhan edis inquire <isin> |
GET edis/inquire/{isin} |
Check eDIS approval status. Pass ALL to inquire across all ISINs. |
— |
Examples
Section titled “Examples”dhan edis tpin --json --no-colordhan edis form --file holdings.json --json --no-colordhan edis inquire ALL --json --no-colordhan edis inquire INE009A01021 --json --no-color