User Setting
Profile¶
Preference¶
Method | API | Detail |
---|---|---|
GET | /mobpreference | Fetch Preference for Mobile App |
GET | /webpreference | Get Multiple Index Details with titles |
Mobile Preference¶
Request Structure
Input parametersField | Type | Description |
---|---|---|
userId | String |
Response Structure
{
"chart":"tradingview",
"Poastatus":"0",
"mstickyorder:"0",
"mTheme":"0",
"msingleDepth":"0",
"mfixedHeader":"0",
}
Field | Type | description |
---|---|---|
chart | String | Equity Cash |
Poastatus | String | Futures & Options |
mstickyorder | String | Currency |
msingleDepth | String | Cash |
mfixedHeader | String | Commodity |
Web Preference¶
Request Structure
Input parametersField | Type | Description |
---|---|---|
userId | String |
Response Structure
{
"chart":"tradingview",
"Poastatus":"0",
"wstickyorder:"0",
"wTheme":"0",
"wsingleDepth":"0",
"mwatch":"0",
}
Field | Type | description |
---|---|---|
chart | String | Equity Cash |
Poastatus | String | Futures & Options |
wstickyorder | String | Currency |
wTheme | String | Cash |
wsingleDepth | String | Commodity |
mwatch | String | Commodity |