python-bittrex
python-bittrex copied to clipboard
Python library for the Bittrex API
I have this code: import requests import json as JSON import pandas as pd item = "BTC-LTC" url = "https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName="+item+"&tickInterval=fiveMin" headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1)...
urllib.error.URLError: THIS ERROR COMES OUT BY RUNING ANY REQUEST LIKE THIS: dogesummary = api.getmarketsummary(market)
To avoid this error, change line 36 to: signature = hmac.new(self.secret.encode('utf-8'), url.encode('utf-8'), hashlib.sha512).hexdigest()
You can request the last orders of all the cryptocurrencies at the same time, I have tested without putting market, but it has not been achieved.
 python code script doesn't show any error code but still limit order are not getting to the exchanges. anybody can help there.....i mean it doesn't appear in order...
Is there anyway to place a market order by specifying bitcoin amount instead of the currency amount?
Hi, I'm trying to figure out how to place a market order, perhaps by using `buymarket()`, where I specify the amount of bitcoins I'd like to spend instead of the...
urlencode is python 2... Why does it say it works with python 3?
Any Idea how to fix this? ``` File "trade.py", line 19, in ethereumsummary = api.getmarketsummary(market) File "/home/user/Desktop/Projects/Bots/python-bittrex/bittrex/test/bittrex.py", line 62, in getmarketsummary return self.query('getmarketsummary', {'market': market}) File "/home/user/Desktop/Projects/Bots/python-bittrex/bittrex/test/bittrex.py", line 41, in...
File "example.py", line 20 print 'The price for {0} is {1:.8f} {2}.'.format(currency, dogeprice, trade) ^ SyntaxError: invalid syntax
I can not make changes because of the INVALID_PERMISSION error. Has anyone had this problem?