iqoptionapi
iqoptionapi copied to clipboard
IQ Option API 4.x (Python 2.7) The project is obsolete and is not supported because of problems with access to IQ Options in Russia
self.api.timesync.expiration_time = 2 {"msg": {"direction": "call", "skey": null, "exp": 1509118827.0, "act": 1, "price": 10, "time": 1509118767, "type": "turbo", "user_balance_id": null}, "name": "buyV2"} 2017-10-27 15:39:24:DEBUG: {"msg":{"isSuccessful":false,"message":["Le temps d'achat des options a...
i need just a simple Buy method work doog with this api the minimal code can use with all requirement to work good this the issue [https://github.com/n1nj4z33/iqoptionapi/issues/55](https://github.com/n1nj4z33/iqoptionapi/issues/55) this my test...
how to know if i win or lose after buy turbo option how i can get json info to my python code for read num_id_of_my_buy and watch respense if win...
i want to read json that written in iqapi.log on live time ws ```javascript api_logger = logging.getLogger("iqoptionapi") api_file_handler = logging.FileHandler(os.path.join(logs_folder, "iqapi.log")) api_file_handler.setLevel(logging.DEBUG) api_file_handler.setFormatter(formatter) api_logger.addHandler(console_handler) api_logger.addHandler(api_file_handler) ``` thank you for help...
Hey guys! Is there a official documentation of the IQ Option API? I think this project is amazing and very helpful, but if IQ Option adds some functionalities, it would...
I just opened up the chrome web dev tool recently and notice a lot of message are different from this api such as buyv2 has lots of new parameter such...
Also is there any documentation for the websocket yet ?
I want get current close candles data. I also "subcribe" the active, but don't get current data Anyone can help me to get live data ?
Hi I use it with C# and I send message to unsubsribe setActives. The following sintax doesn't works: `{"msg" : "setActives", "name" : "unSubscribe"}` What is the right sintax? Many...