Skip to main content

Banned Scrips

This API call retrieves the list of scrips that are banned in Futures and Options (FnO) for a given day.

🛣️Path Parameters

ParameterTypeRequiredDescriptionExample/ENUM
tenantidstringYesUnique Identifier for the tenanttenant-12345

🔍Query Parameters

ParameterTypeOptionalDescriptionExample/ENUM
exchangestringYesThe exchange identifier (segment-specific)."NSE_FO"
tokenintegerYesThe token number received in the Exchange Scrip master."5678"

🔑Header Parameters

HeaderTypeRequiredDescriptionExample/ENUM
AuthorizationstringYesBearer token for authentication.Bearer {{access_token}}
x-api-keystringYesThe API key provided for access.{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringIndicates the status of the API call"success"
codestringA Response code indicating the status of the API request"s-101"
messagestringA descriptive message about the status."Banned scrip(s) fetched successfully"
dataarrayList of banned scrips for the daySee below

📘Data object Info Fields

FieldTypeDescriptionExample
exchangestringThe exchange to which the scrip belongsNSE_FO
tokenintegerToken number received in exchange scrip master53751
symbolstringSymbol code provided in the exchange scrip master file.RELIANCE21JUL3000CE
get/nontransactional/{tenantid}/v1/BannedScrips