GET SCRIP FROM SPREAD SYMBOL
This API is used to fetch scrip details using a spread symbol and token.
It helps retrieve individual leg instrument details from a spread contract.
🔗 Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| tenantid | string | Yes | Unique id provided for the tenant by SIPL | "TENANT123" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token | {{access_token}} |
| x-api-key | string | API key | {{x-api-key}} |
📑 Request Body Parameters
| Field | Type | Required | Description | Example / Enum |
|---|
| mktSegid | integer | Yes | Market segment ID | 1 |
| symbol | string | Yes | Spread symbol | "NIFTY-SPREAD" |
| token | integer | Yes | Spread scrip token | 56789 |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "Scrip details fetched successfully" |
| data | array | List of underlying scrip details | Refer Data Object Fields |
📦 Data Object Fields
| Field | Type | Description | Example / Enum |
|---|
| nToken | integer | Scrip token | 12345 |
| sSymbol | string | Symbol | "NIFTY" |
| nRegularLot | integer | Lot size | 50 |
| nPriceTick | integer | Tick size | 5 |
| sSeries | string | Series | "EQ" |
| sSecurityDesc | string | Security description | "NIFTY JUN FUT" |
| sInstrumentName | string | Instrument name | "FUTIDX", "OPTIDX" |
| nExpiryDate | integer | Expiry timestamp | 1718928000 |
| nStrikePrice | integer | Strike price | 18000 |
| sOptionType | string | Option type | "CE", "PE" |
| nPriceBdAttribute | integer | Price attribute | 0 |
| sISINCode | string | ISIN code | "INE002A01018" |
| nSpread | integer | Spread indicator | 1 |
| nFIILimit | integer | FII limit | 1000 |
| nNRILimit | integer | NRI limit | 500 |