Skip to content

Get Top List Names

Request to be POSTed to uri : /NorenWClientTP/TopListName

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* Logged in User Id
exch* Exchange

Response Details

Response data will be in json format with below fields:

Json Fields Possible value Description
stat Ok or Not_Ok TopListNames success or failure indication.
values Array Of Basket, Criteria pair.
request_time This will be present only in a successful response.
emsg This will be present only in case of errors.

Basket, Criteria pair Object

Json Fields Possible value Description
bskt Basket Name
crt criteria

Sample Success Response

{
"request_time":"13:08:22 03-06-2020",
"values":[
{
"bskt":"NSEBL",
"crt":"VOLUME"
},
{
"bskt":"NSEBL",
"crt":"LTP"
},
{
"bskt":"NSEBL",
"crt":"VALUE"
},
{
"bskt":"NSEEQ",
"crt":"VOLUME"
},
{
"bskt":"NSEEQ",
"crt":"LTP"
},
{
"bskt":"NSEEQ",
"crt":"VALUE"
},
{
"bskt":"NSEALL",
"crt":"VOLUME"
},
{
"bskt":"NSEALL",
"crt":"LTP"
},
{
"bskt":"NSEALL",
"crt":"VALUE"
}
]
}

Sample Failure Response

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}