-
Notifications
You must be signed in to change notification settings - Fork 33
/
my_token.example.yaml
86 lines (69 loc) · 1.55 KB
/
my_token.example.yaml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
## Proxy used for connecting to exchange APIs, supporting http and socks5 proxies
# proxy: socks5://localhost:1080
# proxy: http://localhost:7777
# proxy: https://localhost:7777
## Auto refresh on every specified seconds, note every exchange has a rate limit,
## too frequent refresh may cause your IP banned by their server
#refresh: 10
## HTTP request timeout (in seconds)
# timeout: 20
## Running in debug mode
# debug: true
# Specify columns to show
# show:
# - Symbol
# - Price
# - "%Change(1h)"
# - "%Change(24h)"
# - Source
# - Updated
exchanges:
## Exchanges are identified by name, following are supported exchanges
- name: CoinMarketCap
tokens:
## Tokens supported by this exchange, note that different exchanges have different
## formats to denote their tokens/markets, refer to their URLs to find the format
# - BTC
# - ETH
# - LTC
api_key: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
- name: Bitfinex
tokens:
- btcusd
- name: Binance
tokens:
## Tokens in Binance are actually token-currency pairs
- BNBUSDT
# - BTCUSDT
# - ETHUSDT
# - EOSETH
- name: Huobi
tokens:
- HTUSDT
- name: ZB
tokens:
- ZB_QC
- name: OKEx
tokens:
- okb_usdt
- name: Gate
tokens:
- btc_usdt
- name: Bittrex
tokens:
- USDT-BTC
- name: HitBTC
tokens:
- BTCUSD
#- name: BigONE
# tokens:
# - BIG-BTC
- name: Poloniex
tokens:
- BTC_ETH
- name: Kraken
tokens:
- EOSETH
- name: Coinbase
tokens:
- BTC-USD