---
title: "get edis authorized quantity"
method: GET
path: "/edis/inquire/{isin}"
tags: ["EDIS"]
---

# get edis authorized quantity

`GET /edis/inquire/{isin}`

The api allows user to check the edis status of the securities. User have to enter isin of the stock. An international securities identification number (ISIN) is a 12-digit alphanumeric code that uniquely identifies a specific security. You can get ISIN of portfolio stocks, in response of holdings api.Or use ALL as a special case to query all holdings' edis auth status

## Path parameters

- `isin` string, required

## Headers

- `access-token` string, required

## Response `200`

Successful operation

- EdisQtyStatusResponse
  - `clientId` string
  - `isin` string
  - `totalQty` string
  - `aprvdQty` string
  - `status` string
  - `remarks` string

---

[API](https://skmtc.dev/dhan/apis/dhanhq-api.md) · [All operations](https://skmtc.dev/dhan/apis/dhanhq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dhan/dhanhq-api/revisions/2d368b9ed32d/schema)
