Skip to main content

Dynamic product types

This API fetches the dynamic product types configured by the Member (broker) in ODIN. These can differ from default ODIN product types and help in customizing product options for different trading instruments (like Equities, F&O).

🔑Header Parameters

ParameterTypeRequiredDescriptionExample/ENUM
AuthorizationstringYesBearer token for authenticationBearer{access_token}
x-api-keystringYesAPI key for access controlx-api-key

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusbooleanIndicates whether the API call was successfultrue
resultarray of objectsList of dynamic product types as configured by the MemberSee object schema below

📝Result Object (Array of Product Types)

FieldTypeDescriptionExample/ENUM
sDefaultProductTypestringDefault product type as defined in ODIN"Margin"
sDescriptionstringCustom name/label for the Product type set by the Member"Intraday Margin"
sRemarksstringAdditional remarks or notes about the product type"null"
nInstrumentintegerInstrument type1 = Equities, 2 = Futures/Options
nDefaultProductSequencestringDisplay or priority sequence for Product types"001"

💬Notes :

  • Dynamically fetches customized product types set by the broker.
  • Helps in UI display, order placement, and segmented products.
  • Useful for Equities and F&O segments.
get/authentication/v1/getDynamicProductTypes