Skip to main content

MARKET STATUS

This API returns the current market status for all supported exchange segments, including whether the market is open, closed, or in a specific trading session.

🔗 Path Parameters

ParameterTypeRequiredDescriptionExample
tenantidstringYesUnique id provided for the tenant by SIPL"tenant001"

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"200"
messagestringSuccess message"Market status fetched successfully"
dataarrayList of market status detailsRefer Data Object Fields

📦 Market Status Fields

FieldTypeDescriptionExample
exchangeSegmentstringExchange market segment"NSE_EQ"
lastUpdatedTimestringTime when market status was last updated"2026-06-25 09:15:00"
marketStatusstringCurrent status of the market segment"OPEN"