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
| Parameter | Type | Required | Description | Example |
|---|
| tenantid | string | Yes | Unique id provided for the tenant by SIPL | "tenant001" |
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize request | {{x-api-key}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "200" |
| message | string | Success message | "Market status fetched successfully" |
| data | array | List of market status details | Refer Data Object Fields |
📦 Market Status Fields
| Field | Type | Description | Example |
|---|
| exchangeSegment | string | Exchange market segment | "NSE_EQ" |
| lastUpdatedTime | string | Time when market status was last updated | "2026-06-25 09:15:00" |
| marketStatus | string | Current status of the market segment | "OPEN" |