We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c00e4 commit 3c2ae75Copy full SHA for 3c2ae75
app/src/spot_market_making/config.env.example
@@ -112,15 +112,15 @@ COINBASE_API_PASSPHRASE=''
112
GEMINI_API_KEY=''
113
GEMINI_API_SECRET=''
114
115
+KRAKEN_API_KEY=''
116
+KRAKEN_API_SECRET=''
117
+
118
BINANCE_API_KEY=''
119
BINANCE_API_SECRET=''
120
121
BINANCE_US_API_KEY=''
122
BINANCE_US_API_SECRET=''
123
-HUOBI_API_KEY=''
-HUOBI_API_SECRET=''
-
124
OKEX_API_KEY=''
125
OKEX_API_SECRET=''
126
OKEX_API_PASSPHRASE=''
@@ -139,6 +139,9 @@ FTX_US_API_KEY=''
139
FTX_US_API_SECRET=''
140
FTX_US_API_SUBACCOUNT=''
141
142
+GATEIO_API_KEY=''
143
+GATEIO_API_SECRET=''
144
145
# end: only applicable to live trade
146
147
0 commit comments