|
@ -400,7 +400,7 @@ class Biscoint(ExchangeBase): |
|
|
|
|
|
|
|
|
async def get_rates(self,ccy): |
|
|
async def get_rates(self,ccy): |
|
|
json = await self.get_json('api.biscoint.io', '/v1/ticker?base=BTC"e=BRL') |
|
|
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): |
|
|
def dictinvert(d): |
|
|