-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproviders.json
62 lines (62 loc) · 1.35 KB
/
providers.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
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
[
{
"name": "Btc-e",
"url": "https://btc-e.com/api/3/ticker/btc_usd",
"path": "btc_usd.buy"
},
{
"name": "CoinDesk",
"url": "http://api.coindesk.com/v1/bpi/currentprice/usd.json",
"path": "bpi.USD.rate_float"
},
{
"name": "CoinBase",
"url": "https://coinbase.com/api/v1/prices/buy",
"path": "subtotal.amount"
},
{
"name": "BitStamp",
"url": "https://www.bitstamp.net/api/ticker/",
"path": "ask"
},
{
"name": "BlockChain",
"url": "https://blockchain.info/es/ticker",
"path": "USD.buy"
},
{
"name": "OKCoin",
"url": "https://www.okcoin.com/api/v1/ticker.do?symbol=btc_usd",
"path": "ticker.buy"
},
{
"name": "Bitfinex",
"url": "https://api.bitfinex.com/v1/pubticker/btcusd",
"path": "ask"
},
{
"name": "HitBTC",
"url": "https://api.hitbtc.com/api/1/public/BTCUSD/ticker",
"path": "ask"
},
{
"name": "CoinTrader",
"url": "https://www.cointrader.net/api3/stats/daily",
"path": "data.BTCUSD.offer"
},
{
"name": "LoyalBit",
"url": "https://www.loyalbit.com/api/ticker",
"path": "ask"
},
{
"name": "Bitex.la",
"url": "https://bitex.la/api-v1/rest/btc/market/ticker",
"path": "ask"
},
{
"name": "RockTrading",
"url": "https://www.therocktrading.com/api/tickers/",
"path": "result.tickers.BTCUSD.ask"
}
]