Get Content List
Request to be POSTed to uri : /NorenWClientTP/GetContentList
Request Details
| Parameter Name | Possible value | Description |
|---|---|---|
| jData* | Should send json object with fields in below list | |
| jKey* | Key Obtained on login success. |
| Json Fields | Possible value | Description |
|---|---|---|
| uid* | User id of the logged in user | |
| exch* | Exchange name | |
| condition_name* | UpperCircuit LowerCircuit OpenHigh OpenLow HighBreak LowBreak |
condition list |
| basket | Basket name |
Response Details
Response data will have below fields:
| Json Fields | Possible value | Description |
|---|---|---|
| stat | success or failure indication | |
| request_time | This will be present only in a successful response. | |
| tsym | Trading symbol | |
| lp | LTP | |
| c | Close price | |
| h | High price | |
| l | Low price | |
| ap | Average trade price | |
| v | Volume | |
| ltt | Last trade time | |
| pc | Percentage change |
Sample Success Response
[ { "request_time":"18:51:38 25-06-2021", "stat":"Ok", "tsym":"AUROPHARMA-EQ", "lp":"1450.00", "c":"0.00", "h":"0.00", "l":"0.00", "ap":"0.00", "v":"0", "ltt":"05:30:00", "Pc":"0.00" }, { "request_time":"18:51:38 25-06-2021", "stat":"Ok", "tsym":"3IINFOTECH-EQ", "lp":"1.10", "c":"0.90", "h":"1.15", "l":"1.10", "ap":"0.98", "v":"20", "ltt":"05:31:40", "Pc":"0.00" }]Sample Failure Response
{ "stat":"Not_Ok", "emsg":"Session Expired : Invalid Session Key"}