diff --git a/mainnet/collections.json b/mainnet/collections.json index cc64a7f..6175d35 100644 --- a/mainnet/collections.json +++ b/mainnet/collections.json @@ -12,5 +12,12 @@ "power": 2, "name": "BTCUSD", "tolerance": 500000 + }, + { + "jobIDs": [17, 18, 19, 20, 21], + "aggregationMethod": 2, + "power": 5, + "name": "USDCUSD", + "tolerance": 500000 } ] diff --git a/mainnet/jobs.json b/mainnet/jobs.json index d041884..a9413b4 100644 --- a/mainnet/jobs.json +++ b/mainnet/jobs.json @@ -126,5 +126,45 @@ "name": "btcusd_cryptocompare", "selector": "[USD]", "url": "https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USD" + }, + { + "weight": 1, + "power": 5, + "selectorType": 0, + "name": "usdcusd_stablecoin_stats", + "selector": "USDC.kraken.USDC_USD.price", + "url": "https://stablecoinstats.com/api/tickers" + }, + { + "weight": 1, + "power": 5, + "selectorType": 0, + "name": "usdcusd_gemini", + "selector": "last", + "url": "https://api.gemini.com/v1/pubticker/usdcusd" + }, + { + "weight": 1, + "power": 5, + "selectorType": 0, + "name": "usdcusd_coinbase", + "selector": "data.amount", + "url": "https://api.coinbase.com/v2/prices/USDC-USD/spot" + }, + { + "weight": 1, + "power": 5, + "selectorType": 0, + "name": "usdcusd_kraken", + "selector": "result.USDCUSD.c[0]", + "url": "https://api.kraken.com/0/public/Ticker?pair=USDCUSD" + }, + { + "weight": 1, + "power": 5, + "selectorType": 0, + "name": "usdcusd_bitstamp", + "selector": "last", + "url": "https://www.bitstamp.net/api/v2/ticker/usdcusd/" } ]