Get LTP Price Band Master
This API retrieves the LTP (Last Traded Price) Price Band Master set by the administrator. It provides details on the price bands for various instruments based on the scrip and market settings.
🛣️Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| tenantid | string | Yes | Unique identifier for the tenant | ABC123 |
| Header | Type | Description | Example |
|---|
| Authorization | string | Bearer token for API authentication | Bearer{{access_token}} |
| x-api-key | string | API key required to access the resource | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | boolean | Status of the API call | "true" |
| code | string | Response code for the user request | s-101 |
| message | string | Success message providing feedback on the request | "LTP band validation Fetched" |
| data | array of object | Array of objects containing the price band information | See details below |
📘Data Object Info Fields