1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"status": "success",
"data": {
"user_id": "AB1234",
"user_type": "individual",
"email": "xxxyyy@gmail.com",
"user_name": "AxAx Bxx",
"user_shortname": "AxAx",
"broker": "ZERODHA",
"exchanges": [
"BFO",
"MCX",
"NSE",
"CDS",
"BSE",
"BCD",
"MF",
"NFO"
],
"products": [
"CNC",
"NRML",
"MIS",
"BO",
"CO"
],
"order_types": [
"MARKET",
"LIMIT",
"SL",
"SL-M"
],
"avatar_url": null,
"meta": {
"demat_consent": "physical"
}
}
}