-
Notifications
You must be signed in to change notification settings - Fork 20
/
full_profile.json
60 lines (60 loc) · 1.05 KB
/
full_profile.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"status": "success",
"data": {
"user_id": "AB1234",
"twofa_type": "totp",
"user_name": "AxAx Bxx",
"user_type": "individual",
"email": "[email protected]",
"phone": "*9999",
"broker": "ZERODHA",
"bank_accounts": [
{
"name": "HDFC BANK",
"branch": "",
"account": "*9999"
},
{
"name": "State Bank of India",
"branch": "",
"account": "*9999"
}
],
"dp_ids": [
"0xx0xxx0xxxx0xx0"
],
"products": [
"CNC",
"NRML",
"MIS",
"BO",
"CO"
],
"order_types": [
"MARKET",
"LIMIT",
"SL",
"SL-M"
],
"exchanges": [
"MF",
"BCD",
"BSE",
"BFO",
"NFO",
"CDS",
"NSE"
],
"pan": "*xxxI",
"user_shortname": "AxAx",
"avatar_url": null,
"tags": [],
"password_timestamp": "1970-01-01 00:00:00",
"twofa_timestamp": "1970-01-01 00:00:00",
"meta": {
"poa": "physical",
"silo": "x",
"account_blocks": []
}
}
}