-
Notifications
You must be signed in to change notification settings - Fork 272
/
keys_example.json
46 lines (46 loc) · 1.47 KB
/
keys_example.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
{
"coinbase_pro": {
"my cool portfolio": {
"API_KEY": "******************************",
"API_SECRET": "**************************************************************************************",
"API_PASS": "**********",
"sandbox": true
}
},
"binance": {
"another cool portfolio": {
"API_KEY": "**************************************************************",
"API_SECRET": "*************************************************************",
"sandbox": true
}
},
"alpaca": {
"another cool portfolio": {
"API_KEY": "********************",
"API_SECRET": "****************************************",
"sandbox": true
}
},
"oanda": {
"oanda test portfolio": {
"ACCOUNT_ID": "********************",
"PERSONAL_ACCESS_TOKEN": "*****************************************************************",
"sandbox": true
}
},
"ftx": {
"portfolio": {
"API_KEY": "****************************************",
"API_SECRET": "****************************************",
"sandbox": true
}
},
"kucoin": {
"portfolio": {
"API_KEY": "************************",
"API_SECRET": "************************************",
"API_PASS": "*****",
"sandbox": true
}
}
}