removed scam exchange
This commit is contained in:
@@ -882,9 +882,6 @@
|
|||||||
"MercadoBitcoin": [
|
"MercadoBitcoin": [
|
||||||
"BRL"
|
"BRL"
|
||||||
],
|
],
|
||||||
"NegocieCoins": [
|
|
||||||
"BRL"
|
|
||||||
],
|
|
||||||
"TheRockTrading": [
|
"TheRockTrading": [
|
||||||
"EUR"
|
"EUR"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -352,12 +352,6 @@ class MercadoBitcoin(ExchangeBase):
|
|||||||
return {'BRL': Decimal(json['ticker_1h']['exchanges']['MBT']['last'])}
|
return {'BRL': Decimal(json['ticker_1h']['exchanges']['MBT']['last'])}
|
||||||
|
|
||||||
|
|
||||||
class NegocieCoins(ExchangeBase):
|
|
||||||
|
|
||||||
async def get_rates(self,ccy):
|
|
||||||
json = await self.get_json('api.bitvalor.com', '/v1/ticker.json')
|
|
||||||
return {'BRL': Decimal(json['ticker_1h']['exchanges']['NEG']['last'])}
|
|
||||||
|
|
||||||
class TheRockTrading(ExchangeBase):
|
class TheRockTrading(ExchangeBase):
|
||||||
|
|
||||||
async def get_rates(self, ccy):
|
async def get_rates(self, ccy):
|
||||||
|
|||||||
Reference in New Issue
Block a user