fix biscoint ticker path
This commit is contained in:
@@ -400,7 +400,7 @@ class Biscoint(ExchangeBase):
|
||||
|
||||
async def get_rates(self,ccy):
|
||||
json = await self.get_json('api.biscoint.io', '/v1/ticker?base=BTC"e=BRL')
|
||||
return {'BRL': Decimal(json['data']['last']['last'])}
|
||||
return {'BRL': Decimal(json['data']['last'])}
|
||||
|
||||
|
||||
def dictinvert(d):
|
||||
|
||||
Reference in New Issue
Block a user