Banned Scrips
This API call retrieves the list of scrips that are banned in Futures and Options (FnO) for a given day.
🛣️Path Parameters
| Parameter | Type | Required | Description | Example/ENUM |
|---|
| tenantid | string | Yes | Unique Identifier for the tenant | tenant-12345 |
🔍Query Parameters
| Parameter | Type | Optional | Description | Example/ENUM |
|---|
| exchange | string | Yes | The exchange identifier (segment-specific). | "NSE_FO" |
| token | integer | Yes | The token number received in the Exchange Scrip master. | "5678" |
| Header | Type | Required | Description | Example/ENUM |
|---|
| Authorization | string | Yes | Bearer token for authentication. | Bearer {{access_token}} |
| x-api-key | string | Yes | The API key provided for access. | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example |
|---|
| status | string | Indicates the status of the API call | "success" |
| code | string | A Response code indicating the status of the API request | "s-101" |
| message | string | A descriptive message about the status. | "Banned scrip(s) fetched successfully" |
| data | array | List of banned scrips for the day | See below |