-
Notifications
You must be signed in to change notification settings - Fork 21
/
keys.json
27 lines (27 loc) · 937 Bytes
/
keys.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
{
"coinbase_pro": {
"my cool portfolio": {
"API_KEY": "******************************",
"API_SECRET": "**************************************************************************************",
"API_PASS": "**********"
}
},
"binance": {
"another cool portfolio": {
"API_KEY": "**************************************************************",
"API_SECRET": "*************************************************************"
}
},
"alpaca": {
"another cool portfolio": {
"API_KEY": "********************",
"API_SECRET": "****************************************"
}
},
"oanda": {
"oanda test portfolio": {
"ACCOUNT_ID": "********************",
"PERSONAL_ACCESS_TOKEN": "*****************************************************************"
}
}
}