Skip to main content

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

ParameterTypeRequiredDescriptionExample
tenantidstringYesUnique identifier for the tenantABC123

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for API authenticationBearer{{access_token}}
x-api-keystringAPI key required to access the resource{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusbooleanStatus of the API call"true"
codestringResponse code for the user requests-101
messagestringSuccess message providing feedback on the request"LTP band validation Fetched"
dataarray of objectArray of objects containing the price band informationSee details below

📘Data Object Info Fields

FieldTypeDescriptionExample/ENUM
instrument_typestringInstrument type as defined in the exchange scrip master fileOPT
lower_ltpintegerLower LTP band for the instrument in Paise5
higher_ltpintegerHigher LTP band for the instrument in Paise15000
worst_price_rangeintegerWorst price range for the instrument2000
favourable_price_rangeintegerFavourable price range for the instrument1500
symbol_wisebooleanWhether the band is applied symbol-wisetrue
market_segment_idintegerMarket segment ID associated with the instrument2
exchangestringName of the exchange where the instrument is listedNSE_FO
scrip_instrumentstringThe type of scrip instrument"ALL"
validation_typestringType of validation applied (e.g., price range, percentage, etc.)"PERCENTAGE"
alert_typestringType of alert generated based on LTP bands"RESTRICTIVE"
additional_validation_forarrayList of additional validations required["RL-MKT"]
symbolstringSymbol code for the instrument as per exchange scrip master fileINFY
get/nontransactional/{tenantid}/v1/getLTPPriceBandMaster