1
0

Merge pull request #8933 from st3b1t/master

Removed TRT
This commit is contained in:
accumulator
2024-03-06 10:36:52 +01:00
committed by GitHub
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):