mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +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):
|
||||
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):
|
||||
|
|
Loading…
Add table
Reference in a new issue