Ejemplo n.º 1
0
 def __init__(self):
     Api.__init__(self, 'https://api.coindesk.com/v1/')
Ejemplo n.º 2
0
 def __init__(self):
     # Api.__init__(self, 'http://btgexp.com')
     Api.__init__(self, 'http://btgblocks.com')
Ejemplo n.º 3
0
 def __init__(self):
     Api.__init__(self, 'http://sonoexplorer.com')
Ejemplo n.º 4
0
 def __init__(self, base_url="http://localhost:3000"):
     self.base_url = base_url
     Api.__init__(self, self.base_url)
Ejemplo n.º 5
0
 def __init__(self):
     Api.__init__(self, 'http://arc.altexplorer.co')
Ejemplo n.º 6
0
 def __init__(self):
     Api.__init__(self, 'https://whattomine.com/')
     self._coins = []
Ejemplo n.º 7
0
 def __init__(self):
     Api.__init__(self, 'https://api.coinmarketcap.com/v1/')
     self.coin_map = json.loads(open('./lib/cmc_currencies.json').read())