Vincent Dibon

Results 15 comments of Vincent Dibon

Hello @nlsdfnbch , I installed with pip3.6.3 and got bitex version 1.2.1 I wrote a short script for authenticated Rest and WSS calls in python for apiv2 to assure that...

@nlsdfnbch, I just wrote the API Call for WSS and REST in a quick and dirty Script in my own - Not with bitex. I can send you the codesnipped...

Oh and i will try bitex v2, when i have Time again.

Hey @nlsdfnbch, Can you try doing an ask or Bid?

Hello @nlsdfnbch I am sorry, but I am srsly getting this on the code you proposed: `ERROR:bitex.utils:return_api_response: HTTPError for url https://api.bitfinex.com/v1/balances Traceback (most recent call last): File "C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\site-packages\bitex\utils.py", line 40,...

Imports ``` import requests import json import base64 import hashlib import hmac import websockets import asyncio import os import time ``` execute the methode with: ``` loop = asyncio.get_event_loop() loop.run_until_complete(bid("tBTCUSD",...

Hey @nlsdfnbch, The first error i was getting with loading a keyfile: `c = Bitfinex(key_file=keyfile)` which was simply structured like this (I think this was your Documentation of Bitex): ```...

And I missclicked, sorry didn't want to close the issue.

@nlsdfnbch Here is the Log: ``` DEBUG:bitex.api.REST.api:Initialized API Client for URI: https://api.bitfinex.com; Will request on API version: v1 DEBUG:bitex.api.REST.api:Making request to: https://api.bitfinex.com/v1/balances, kwargs: {'headers': {'X-BFX-APIKEY': ' BAEtHJu3ze6hBN26R8ArWSA5Gawb39IGtOcB4WHRWJ5', 'X-BFX-SIGNATURE': '73ca7fc9e92fa013c172ce73c062998c3f037df0ebc0b1725612e2 ef92edddc227e66a0b2cfab787c782ddee8effd7b8',...

@nlsdfnbch Not really - getting Orders have been possible before. I tried with my key, because your keys dont have write permissions on orders it seems. I tried this :...