Get Underlying Exch Token
Request to be POSTed to uri : /NorenWClientTP/GetUnderlyingExchToken
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 | |
token* | Token |
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. | |
und_exch | Underlying Exch seg | |
und_tk | Underlying Token | |
emsg | This will be present only in case of errors. |
Sample Success Response :
{
"stat":"Ok",
"request_time":"01122021110443",
"und_exch":"NSE",
"und_tk":"26009"
}
Sample Failure Response :
{
"stat":"Not_Ok",
"emsg":"Invalid Input : Invalid Scrip token/exch"
}