python-bittrex icon indicating copy to clipboard operation
python-bittrex copied to clipboard

Python library for the Bittrex API

Results 15 python-bittrex issues
Sort by recently updated
recently updated
newest added

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.

![capture fun5thdec](https://user-images.githubusercontent.com/34266002/33596860-5b93a58a-d9c3-11e7-87ca-31e050d33bd8.PNG) 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...

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?