Get Banned Scrip
This API retrieves the ban status of a specific scrip (stock/token) based on the provided identifiers.
🛣️Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| tenantid | string | Yes | Unique tenant identifier | tenant123 |
| segmentId | string | Yes | Market segment ID | 2 |
| token | string | Yes | Unique token or scrip identifier | 5689 |
| Header | Type | Description | Example |
|---|
| Authorization | string | Bearer access token | access-token |
| Content-type | string | Specifies the format of the request | application/json |
| x-api-key | string | API key for authorization | x-api-key |
🟢Success Response - 200 OK
| Field | Type | Description | Example/ENUM |
|---|
| nMarketSegementId | string | Market segment ID | 15 |
| nToken | string | Token/scrip identifier | 12345 |
| sSymbol | string | Symbol of the scrip | ACC |
| ExchangeSegment | string | Exchange segment name or ID | "NSE_EQ" |