forked from razor-network/datasources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.json
130 lines (130 loc) · 3.13 KB
/
jobs.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_gemini",
"selector": "last",
"url": "https://api.gemini.com/v1/pubticker/ethusd"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_kucoin",
"selector": "data.ETH",
"url": "https://api.kucoin.com/api/v1/prices?base=USD¤cies=ETH"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_kraken",
"selector": "result.XETHZUSD.c[0]",
"url": "https://api.kraken.com/0/public/Ticker?pair=ETHUSD"
},
{
"weight": 1,
"power": 2,
"selectorType": 1,
"name": "ethusd_coingecko",
"selector": "/html/body/div[5]/div[5]/div[1]/div/div[1]/div[3]/div/div[1]/span[1]/span",
"url": "https://www.coingecko.com/en/coins/ethereum"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_binance",
"selector": "price",
"url": "https://api.binance.com/api/v3/avgPrice?symbol=ETHBUSD"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_coinbase",
"selector": "data.amount",
"url": "https://api.coinbase.com/v2/prices/ETH-USD/spot"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_coingecko_api",
"selector": "ethereum.usd",
"url": "https://api.coingecko.com/api/v3/simple/price?ids=ethereum&vs_currencies=usd"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_bitfinex",
"selector": "[0]",
"url": "https://api-pub.bitfinex.com/v2/ticker/tETHUSD"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "ethusd_cryptocompare",
"selector": "[USD]",
"url": "https://min-api.cryptocompare.com/data/price?fsym=ETH&tsyms=USD"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "razorusd_cryptocompare",
"selector": "[USD]",
"url": "https://min-api.cryptocompare.com/data/price?fsym=RAZOR&tsyms=USD"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "razorusd_mexc",
"selector": "data[0][last]",
"url": "https://www.mexc.com/open/api/v2/market/ticker?symbol=RAZOR_USDT"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "razorusd_gateio",
"selector": "[0].last",
"url": "https://api.gateio.ws/api/v4/spot/tickers?currency_pair=RAZOR_USDT"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "uftusd_mexc",
"selector": "data[0][last]",
"url": "https://www.mexc.com/open/api/v2/market/ticker?symbol=UFT_USDT"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "uftusd_gateio",
"selector": "[0].last",
"url": "https://api.gateio.ws/api/v4/spot/tickers?currency_pair=UFT_USDT"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "uftusd_cryptocompare",
"selector": "[USD]",
"url": "https://min-api.cryptocompare.com/data/price?fsym=UFT&tsyms=USD"
},
{
"weight": 1,
"power": 2,
"selectorType": 0,
"name": "uftusd_binance",
"selector": "price",
"url": "https://api.binance.com/api/v3/avgPrice?symbol=UFTBUSD"
}
]