mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
fix biscoint ticker path
This commit is contained in:
parent
a073ea6050
commit
edef0cd4b6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue