n1nj4z33 / iqoptionapi

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
120 stars 545 forks source link

Unable to get API working #9

Open quentingllmt opened 7 years ago

quentingllmt commented 7 years ago

Hi, I can connect to the API but buying is not working, is the simulation account is working with the API ?

Thanks

antoinejoerg commented 7 years ago

Hi, Same problem. I tried to use api.changebalance() to switch account but it didn't work. I think the simulation account is not supported.

Otherwise the API is great !

inmarelibero commented 7 years ago

@antoinejoerg hi, api.changebalance('xxx') is working for me

crypto-maniac commented 7 years ago

Hello i dont undersand something, i dont see anywhere any api documentation on iqoption , i asked them on the chatbox and they said they dont have api so my question does IQoption had api before and now removed? thanks you very much :)

frxncisjoseph commented 7 years ago

@crypto-maniac Obviously they have an API, it's just not a public one thus no help nor documentation is offered. This is simply a python wrapper for their private API (hence why the documentation isn't of great quality). If you need help then please refrain from linking them to this project.

Secondly, not to be rude but if you do not understand the basics nor know what an API is then you shouldn't even be attempting to use this. You need to learn the fundamentals first then excel from there...

crypto-maniac commented 7 years ago

ahh that crazy cool that you find their api system then :) so this is pretty good news ! thx you frxncisjoseph i didnt read the code much and i see the api call but as i asked them i though they had removed it i manage big project in php/js angular but im not dev myself (im scriptkidie) anyway thank you ! and no problem i wont tell them about this ..thx you

frxncisjoseph commented 7 years ago

Awesome, good luck!

crypto-maniac commented 7 years ago

hello guys , my dev make this call via websocket '{"name":"buyV2","data":[{"price":5,"act":1,"exp":890972277,"type":1,"direction":"Put","time":890972}]}'

but he got nothing as output , can someone help us to go on the right direction please ? thx u

crypto-maniac commented 7 years ago

ok someone told me to put

"type":1,

to

"type":binary,

or

"type":turbo,

but still nothing in output

thx for the help !