Lu-Yi-Hsun / iqoptionapi

IQ Option API
372 stars 289 forks source link

How to set a tournaments balance #256

Open raykavin opened 4 years ago

raykavin commented 4 years ago

Hello, This api support to set a tournaments balance to operate?

Lu-Yi-Hsun commented 4 years ago

Free version not support

dealwithit147 commented 4 years ago

Hello, This api support to set a tournaments balance to operate?

i managed to figure out how to set. but i suppose the author wants to keep it private. I'll give you a hint, purchase a tournament entry and print out your balance type. for balance in self.get_profile_ansyc()["balances"]: print(balance["type"]) print(balance)