python-bittrex
python-bittrex copied to clipboard
Python library for the Bittrex API
I'm getting the following error: `TypeError: 'module' object is not callable` Not doing anything special yet, just trying to connect to Bittrex like so: ``` #!/usr/bin/env python from bittrex import...
I'm calling api.getbalance('BTC') but it complains saying: >hmac.py", line 144, in new return HMAC(key, msg, digestmod) raise TypeError("key: expected bytes or bytearray, but got %r" % type(key).__name__) TypeError: key: expected...
Hi, Please, How can I use : getmarkethistory to get history prices for many pairs between two dates ? Thanks def getmarkethistory(self, market, count=20): return self.query('getmarkethistory', {'market': market, 'count': count})
i use bittrex API 1.1 and 2.0 for trading client (Delphi). how use method BuyLimit with "ConditionType" and "Target" parameters? this sample dont work? : https://bittrex.com/api/v2.0/auth/market/tradebuy?&nonce=1502481723&MarketName=BTC-BCC&OrderType=LIMIT&Quantity=0.0005&Rate=0.10271362101&TimeInEffect=IMMEDIATE_OR_CANCEL&ConditionType=GREATER_THAN&Target=0.10271362101&__RequestVerificationToken=********
Hey, Would you have an example of the most efficient way of listening to a response from any of the functions? For eg. buylimitorder