Nils Diefenbach
Nils Diefenbach
Ah, I just noticed the error You're APIkey does not have the required permissions. Make sure you have read AND write access, if you want to place new order or...
Hey @Razorbob , That second log had a different error code. Could you test it again now ? If you haven't changed anything in your API key and codebase, that...
@Razorbob, v2 REST isn't supported by bitex 1.2.x anyway. Alright, since somethings' amiss, try running this: ``` from bitex import Bitfinex import logging logging.basicConfig(filename="main.log", filemode="w+", level=logging.DEBUG) log = logging.getLogger(__name__) c...
Hm. Then this issue is resolved, no? Did you try the other methods as well?
That smells familiar. I will look into this first thing tomorrow morning. Thanks for your patience!
Ok, so I've had [a similar issue](https://github.com/nlsdfnbch/btfxwss/issues/26) in `btfxwss`, which was due to too many successive calls to authenticated endpoints within one second. Since this does not appear to be...
Hm. I cannot replicate this error. ``` C:\Users\nls\Anaconda3\python.exe F:/git/bitex/main.py The API clients available in this package are deprecated and will be no longer available in their current form starting with...
Code `200` is the HTTP Request Statuscode - 200 indicates that the request was successful and no errors occurred. A Code `4xx` indicates that there was a problem with the...
@pchandra-uchicago , I need reproducible code. As you have already mentioned, my key and secret work for you, which indicates that this isn't a problem with `btfxwss`. Please contact support...
@abb152, where did you find this information? Their API documentation uses a unix timestamp with millisecond resolution (which is what the library currently employs). Unfortunately Bitfinex hasn't answered any of...