forked from mohland/dogetipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexchanges.yml
89 lines (81 loc) · 2.37 KB
/
exchanges.yml
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
87
88
89
blockchaininfo:
enabled: false
domain: 'blockchain.info'
https: true
urlpaths: ['/ticker']
jsonpaths: ['{THING_TO}.15m']
coinlist: ['btc']
fiatlist: ['usd','cny','jpy','sgd','hkd','cad','aud','nzd','gbp','dkk','sek','brl','chf','eur','rub','sll','pln','thb']
uppercase: true
vircurex:
enabled: false
domain: 'vircurex.com'
https: true
urlpaths: ['/api/get_highest_bid.json?base={THING_FROM}&alt={THING_TO}', '/api/get_lowest_ask.json?base={THING_FROM}&alt={THING_TO}']
jsonpaths: ['value']
coinlist: ['anc','btc','dgc','dvc','frc','ftc','i0c','ixc','ltc','nmc','nvc','ppc','trc','xpm']
fiatlist: ['usd','eur']
uppercase: true
btce:
enabled: false
domain: 'btc-e.com'
https: true
urlpaths: ['/api/2/{THING_FROM}_{THING_TO}/ticker']
jsonpaths: ['ticker.avg']
coinlist: ['btc','ltc','nmc','nvc','trc','ppc','ftc','xpm']
fiatlist: ['usd','eur','rur']
uppercase: false
bitstamp:
enabled: true
domain: 'www.bitstamp.net'
https: true
urlpaths: ['/api/ticker/']
jsonpaths: ['ask']
coinlist: ['btc']
fiatlist: ['usd']
uppercase: false
mtgox:
enabled: false
domain: 'data.mtgox.com'
https: true
urlpaths: ['/api/2/{THING_FROM}{THING_TO}/money/ticker_fast']
jsonpaths: ['data.buy.value']
coinlist: ['btc']
fiatlist: ['usd','eur','jpy','gbp','rub']
uppercase: true
campbx:
enabled: false
domain: 'campbx.com'
https: true
urlpaths: ['/api/xticker.php']
jsonpaths: ['Last Trade']
coinlist: ['btc']
fiatlist: ['usd']
uppercase: false
cryptsy:
enabled: true
domain: 'pubapi.cryptsy.com'
https: false
urlpaths: ['/api.php?method=marketdatav2']
jsonpaths: ['return.markets.DOGE/BTC.lasttradeprice']
coinlist: ['btc','dog']
fiatlist: []
uppercase: true
bter:
enabled: false
domain: 'bter.com'
https: true
urlpaths: ['/api/1/ticker/{THING_FROM}_{THING_TO}']
jsonpaths: ['avg']
coinlist: ['btc','ltc','ppc','frc','ftc','cnc','bqc','btb','wdc']
fiatlist: ['cny']
uppercase: false
cryptotrade:
enabled: false
domain: 'crypto-trade.com'
https: true
urlpaths: ['/api/1/ticker/{THING_FROM}_{THING_TO}']
jsonpaths: ['data.min_ask', 'data.max_bid']
coinlist: ['btc','ltc','nmc','xpm','ppc','trc','ftc','dvc','wdc','dgc']
fiatlist: ['usd','eur']
uppercase: false