-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
70 lines (70 loc) · 1.48 KB
/
db.json
File metadata and controls
70 lines (70 loc) · 1.48 KB
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
{
"exchanges": [
{
"id": 1,
"exchange_id": "BINANCE",
"name": "Binance",
"website": "https://www.binance.com",
"volume_24h": 36052149854.27475
},
{
"id": 2,
"exchange_id": "HUOBIGLOBAL",
"name": "Huobi Global",
"website": "https://www.huobi.com",
"volume_24h": 8408806476.281028
},
{
"id": 3,
"exchange_id": "COINBASE",
"name": "Coinbase",
"website": "https://pro.coinbase.com",
"volume_24h": 8058319118.753507
},
{
"id": 4,
"exchange_id": "KRAKEN",
"name": "Kraken",
"website": "https://www.kraken.com",
"volume_24h": 2441844209.9216576
},
{
"id": 5,
"exchange_id": "BITFINEX",
"name": "Bitfinex",
"website": "https://www.bitfinex.com",
"volume_24h": 2055812699.7361362
},
{
"id": 6,
"exchange_id": "POLONIEX",
"name": "Poloniex",
"website": "https://www.poloniex.com",
"volume_24h": 347918754.7724478
},
{
"id": 7,
"exchange_id": "BITTREX",
"name": "Bittrex",
"website": "https://www.bittrex.com",
"volume_24h": 277214474.0304707
}
],
"users": [
{
"username": "indir.karic@mail.com",
"password": "pwd123456",
"id": 1
},
{
"username": "test.test@mail.com",
"password": "pwd123456",
"id": 2
},
{
"username": "user@gmail.com",
"password": "pwd123456",
"id": 3
}
]
}