@@ -352,10 +352,7 @@
|
|||||||
],
|
],
|
||||||
"Bitcointoyou": [
|
"Bitcointoyou": [
|
||||||
"BRL"
|
"BRL"
|
||||||
],
|
],
|
||||||
"Bitmarket": [
|
|
||||||
"PLN"
|
|
||||||
],
|
|
||||||
"Bitso": [
|
"Bitso": [
|
||||||
"MXN"
|
"MXN"
|
||||||
],
|
],
|
||||||
@@ -895,4 +892,4 @@
|
|||||||
"JPY"
|
"JPY"
|
||||||
],
|
],
|
||||||
"itBit": []
|
"itBit": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -190,13 +190,6 @@ class BitFlyer(ExchangeBase):
|
|||||||
return {'JPY': Decimal(json['mid'])}
|
return {'JPY': Decimal(json['mid'])}
|
||||||
|
|
||||||
|
|
||||||
class Bitmarket(ExchangeBase):
|
|
||||||
|
|
||||||
async def get_rates(self, ccy):
|
|
||||||
json = await self.get_json('www.bitmarket.pl', '/json/BTCPLN/ticker.json')
|
|
||||||
return {'PLN': Decimal(json['last'])}
|
|
||||||
|
|
||||||
|
|
||||||
class BitPay(ExchangeBase):
|
class BitPay(ExchangeBase):
|
||||||
|
|
||||||
async def get_rates(self, ccy):
|
async def get_rates(self, ccy):
|
||||||
|
|||||||
Reference in New Issue
Block a user