-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGETaccounts.json
91 lines (87 loc) · 2.12 KB
/
GETaccounts.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"id": "AC-XZ4XMR2R6GL",
"status": "APPROVED",
"type": "INDIVIDUAL",
"country": "US",
"createdAt": 1548256854000,
"depositAddresses": {
"ETH": "0xfa6f2a0c659316b94be5d93872b3f39ec38b1147" // DAI, WETH, ETH - All received at this address.
"BTC": "mwXxZZFGUqLa3gVHpgPKSsespZKPkqaKtX" // BTC Only
},
// Balance inclusive of transaction which may be pending. E.g. An ACH transfer being completed, or an on-chain transaction waiting for sufficient confirmations.
"totalBalances": {
"USD": 1000
},
// What you can spend now.
"availableBalances": {
"USD": 1000
},
// The account fields and their status'
"profileFields": [
{
"fieldId": "individualCellphoneNumber",
"fieldType": "CELLPHONE",
"value": "+1111111111",
"note": null,
"status": "APPROVED"
},
{
"fieldId": "individualEmail",
"fieldType": "EMAIL",
"value": "[email protected]",
"note": null,
"status": "APPROVED"
},
{
"fieldId": "individualLegalName",
"fieldType": "STRING",
"value": "Coinlist Hackathon",
"note": null,
"status": "APPROVED"
},
{
"fieldId": "individualSsn",
"fieldType": "STRING",
"value": "REDACTED",
"note": null,
"status": "APPROVED"
},
{
"fieldId": "individualDateOfBirth",
"fieldType": "DATE",
"value": "1980-02-02",
"note": null,
"status": "APPROVED"
},
{
"fieldId": "individualResidenceAddress",
"fieldType": "ADDRESS",
"value": {
"street1": "1550 Bryant St",
"street2": null,
"city": "San Francisco",
"state": "CA",
"postalCode": "94103",
"country": "US"
},
"note": null,
"status": "APPROVED"
},
{
"fieldId": "individualGovernmentId",
"fieldType": "DOCUMENT",
"value": [
"DO-TGV97LFMW9E"
],
"note": null,
"status": "APPROVED"
},
{
"fieldId": "individualSourceOfFunds",
"fieldType": "PAYMENT_METHOD",
"value": null,
"note": null,
"status": "APPROVED"
}
]
}