1
0

trt removed

This commit is contained in:
st3b1t
2024-03-05 23:30:23 +01:00
parent 8b2a596194
commit 9ad6688ce7
2 changed files with 0 additions and 11 deletions

View File

@@ -809,9 +809,6 @@
"MercadoBitcoin": [
"BRL"
],
"TheRockTrading": [
"EUR"
],
"Zaif": [
"JPY"
],

View File

@@ -412,14 +412,6 @@ class MercadoBitcoin(ExchangeBase):
return {'BRL': to_decimal(json['ticker_1h']['exchanges']['MBT']['last'])}
class TheRockTrading(ExchangeBase):
async def get_rates(self, ccy):
json = await self.get_json('api.therocktrading.com',
'/v1/funds/BTCEUR/ticker')
return {'EUR': to_decimal(json['last'])}
class Winkdex(ExchangeBase):
async def get_rates(self, ccy):