-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdummy_keys.py
64 lines (54 loc) · 1.26 KB
/
dummy_keys.py
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
# Binance
# https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md
BINANCE_USDT_WALLET = 0
BINANCE_ETH_WALLET = 0
BINANCE_API_KEY = 0
BINANCE_SECRET_KEY = 0
# Bittrex
# https://bittrex.github.io/api/v1-1
BITTREX_USDT_WALLET = 0
BITTREX_ETH_WALLET = 0
BITTREX_API_KEY = 0
BITTREX_SECRET_KEY = 0
# OKEx
# https://www.okex.com/docs/en/#README
OKEX_USDT_WALLET = 0
OKEX_ETH_WALLET = 0
OKEX_API_KEY = 0
OKEX_SECRET_KEY = 0
# HUOBI
# https://github.com/huobiapi
HUOBI_USDT_WALLET = 0
HUOBI_ETH_WALLET = 0
HUOBI_API_KEY = 0
HUOBI_SECRET_KEY = 0
# Poloniex
# https://docs.poloniex.com/#introduction
POLONIEX_USDT_WALLET = 0
POLONIEX_ETH_WALLET = 0
POLONIEX_API_KEY = 0
POLONIEX_SECRET_KEY = 0
# Bitforex
# https://github.com/bitforexapi
BITFOREX_USDT_WALLET = 0
BITFOREX_ETH_WALLET = 0
BITFOREX_API_KEY = 0
BITFOREX_SECRET_KEY = 0
# KuCoin
# https://docs.kucoin.com/
KUCOIN_USDT_WALLET = 0
KUCOIN_ETH_WALLET = 0
KUCOIN_API_KEY = 0
KUCOIN_SECRET_KEY = 0
# Bitfinex
# https://docs.bitfinex.com/docs
BITFINEX_USDT_WALLET = 0
BITFINEX_ETH_WALLET = 0
BITFINEX_API_KEY = 0
BITFINEX_SECRET_KEY = 0
# Trade.io
# https://github.com/tradeio/exchange-api-doc/blob/master/rest-api.md
TRADEIO_USDT_WALLET = 0
TRADEIO_ETH_WALLET = 0
TRADEIO_API_KEY = 0
TRADEIO_SECRET_KEY = 0