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).
| Parameter | Type | Required | Description | Example/ENUM |
|---|
| Authorization | string | Yes | Bearer token for authentication | Bearer{access_token} |
| x-api-key | string | Yes | API key for access control | x-api-key |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | boolean | Indicates whether the API call was successful | true |
| result | array of objects | List of dynamic product types as configured by the Member | See object schema below |
📝Result Object (Array of Product Types)
| Field | Type | Description | Example/ENUM |
|---|
| sDefaultProductType | string | Default product type as defined in ODIN | "Margin" |
| sDescription | string | Custom name/label for the Product type set by the Member | "Intraday Margin" |
| sRemarks | string | Additional remarks or notes about the product type | "null" |
| nInstrument | integer | Instrument type | 1 = Equities, 2 = Futures/Options |
| nDefaultProductSequence | string | Display 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.