Skip to main content

Market Status

This API provides the current market status for all exchange segments. It returns the latest update regarding the market status across various segments of the exchange.

🛣️Path Parameter

ParameterTypeRequiredDescriptionExample/ENUM
tenantidstringYesUnique Identifier for the tenanttenant-12345

🔑Header Parameters

HeaderTypeRequiredDescriptionExample/ENUM
x-api-keystringYesAPI key provided for authenticationx-api-key

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringIndicates the statuts of the API call"success"
codestringResponse code indicating the status of the API request"s-101"
messagestringA brief message describing the result of the request"Market Status Fetched Successfully"
dataarray of objectsArray of objects containing the market status details.See below data fields

📑Data Object Info Fields

FieldTypeDescriptionExample
exchangeSegmentstringMarket segment of the exchange."NSE_EQ"
lastUpdatedTimestringTimestamp when the market status was last updated."24/06/2022 19:40:00"
marketStatusstringThe current status of the market for the given exchange segment"Open"
get/nontransactional/{tenantid}/v1/marketStatus