iqoptionapi icon indicating copy to clipboard operation
iqoptionapi copied to clipboard

Any Guide for making a API like this for PocketOption?

Open mdn522 opened this issue 5 years ago • 45 comments

The problem is IQ Option does not support VPN & VPS, I heard that If you make small profit they don't care. But when you make good profit they will terminate your account. I don't wanna take risk with my little money. Currently I have a strategy that I am using this API to trade on IQ Option. But the problem is the strategy needs to be running 24/7 (Did I say 7? not it's 5 sorry). If you can make or guide me making one API for PocketOption. that would be helpful. I know python 3. but I am not good in OOP. Thanks for this wonderful API

mdn522 avatar Nov 30 '19 20:11 mdn522

Does pocketopton is stable? I mean not scam and stable than iqoption?

Lu-Yi-Hsun avatar Dec 02 '19 10:12 Lu-Yi-Hsun

They have several web socket server from around the world. quite stable. So far I did not see disconnection. They also have Social Trade. You can see or copy other pocket option traders. I am having hard time to connect to their websocket server using python. Spend a lot of time on it. I still could not do it.

mdn522 avatar Dec 06 '19 14:12 mdn522

Does PocketOption allow you use VPN/VPS any place of the world?

callTx avatar Dec 12 '19 13:12 callTx

Does PocketOption allow you use VPN/VPS any place of the world?

Nothing mentioned in their Terms. We can use it

mdn522 avatar Dec 18 '19 13:12 mdn522

I'm not expert in this topic, but I will contribute with what I think it is. PocketOption has an undocumented API. You use its API when you interact with its trade room tool. All you have to do is to discover how to use their API, where are they endpoints, what functions and parameters their API recognize.

For example, in IQOption... Their login endpoint is: https://auth.iqoption.com/api/v1.0/ The function to do your login is "login" and the parameters are "email" and "password" If successful, this functions returns a ssid which you must keep in a cookie.

POST https://auth.iqoption.com/api/v1.0/login?email=[your email]&password=[your pass]

provezano avatar Feb 02 '20 17:02 provezano

any luck on this ? @mdn522

Hassan-Fa avatar Sep 23 '20 09:09 Hassan-Fa

any luck on this ? @mdn522

Got blocked the day made a significant profit. so skipping this broker

mdn522 avatar Sep 23 '20 14:09 mdn522

Is it on IQ Option Terms and Conditions that we can't use it in a VPS? Does that include a cloud machine like Amazon EC2 Instance?

LeonardoRick avatar Oct 28 '20 13:10 LeonardoRick

Is it on IQ Option Terms and Conditions that we can't use it in a VPS? Does that include a cloud machine like Amazon EC2 Instance?

Yeah. You are not allowed to use VPS or VPN. it's against their terms. but there is an exception. if you are from Turkey or Indonesia then you can use a VPN or VPS.

mdn522 avatar Oct 30 '20 10:10 mdn522

so there is not any way to get api's and use it on the vps?

miladjamali avatar Oct 30 '20 23:10 miladjamali

so there is not any way to get API's and use it on the VPS?

You can still use it but as you know it is against their terms. they might terminate/block your account. which they usually do if you make a good profit (personal experience)

mdn522 avatar Oct 31 '20 14:10 mdn522

found a API for PocketOption?

giusedm avatar Feb 22 '21 09:02 giusedm

Is there an API for PocketOption that enables you to automatically place a trade?

Dule-martins avatar Apr 29 '21 14:04 Dule-martins

found a API for PocketOption?

is the pocket option api available?

andreker00 avatar Jul 31 '21 18:07 andreker00

News?

gelso87 avatar Nov 28 '21 07:11 gelso87

https://npt-life.com/other-apis

Lu-Yi-Hsun avatar Nov 30 '21 20:11 Lu-Yi-Hsun

1000 USD?

gelso87 avatar Nov 30 '21 21:11 gelso87

The problem is IQ Option does not support VPN & VPS, I heard that If you make small profit they don't care. But when you make good profit they will terminate your account. I don't wanna take risk with my little money. Currently I have a strategy that I am using this API to trade on IQ Option. But the problem is the strategy needs to be running 24/7 (Did I say 7? not it's 5 sorry). If you can make or guide me making one API for PocketOption. that would be helpful. I know python 3. but I am not good in OOP. Thanks for this wonderful API

i texted you on twitter

ghost avatar Mar 18 '22 15:03 ghost

Hi all,

Since Lu-Yi-Hsun doesn't want to share his code,

I have created a pocketoption automation program that doesn't go through the api (so we don't run the risk of being blocked), it works really well. If you have any strategy that can work with pocketoption and you need automation, contact me, I can help you with that.

You may be wondering if it works as fast as the api, the answer is yes, it only has a delay time of 1 second.

My telegram: dvitll

Regards!

davcrelib avatar Sep 01 '22 17:09 davcrelib

Hey brother @davcrelib I just tried texting you on telegram.. I just followed you now though.. my email is up there too

Notadumdum avatar Oct 18 '22 14:10 Notadumdum

so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi'

Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks

eltrader2023 avatar Apr 03 '23 21:04 eltrader2023

If you purchased from him he'd give you the api.. it can't work with the api.. anyway what problems have you had trying to connect using socket.io or websocket library let's discuss and maybe try to solve our problem here is my discord (solicitping me biatch#3494).. text me and the codes you've tried before or something

On Mon, Apr 3, 2023, 10:32 PM eltrader2023 @.***> wrote:

so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi'

Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks

— Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/159#issuecomment-1495013241, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCKOWRFWFVVFI5ESSIKFQ3W7M6WFANCNFSM4JTIGVFA . You are receiving this because you commented.Message ID: @.***>

Notadumdum avatar Apr 05 '23 11:04 Notadumdum

Could you give me some help .. I am just seeing this message

El mar., 2 de mayo de 2023 8:41 p. m., kennethoaguilar < @.***> escribió:

another way of doing this is by using selenium to get the websocket information from the website directly. That's how I saved myself $1k.

— Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/159#issuecomment-1532047706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCKOWT2UPTHIASS76RNORDXEFPPXANCNFSM4JTIGVFA . You are receiving this because you commented.Message ID: @.***>

Notadumdum avatar Jun 06 '23 09:06 Notadumdum

so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi'

Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks

hello do you have the code ?

amaach avatar Jun 12 '23 20:06 amaach

so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi' Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks

hello do you have the code ?

Hey, I've been getting the same error. It seems the module is no longer supported in this time... how about workin together to make the code?

ventura002 avatar Aug 10 '23 01:08 ventura002

so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi' Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks

hello do you have the code ?

Hey, I've been getting the same error. It seems the module is no longer supported in this time... how about workin together to make the code?

Just been doing research and I have discovered I can analyze the API endpoints inorder to remake the API for my application. Whatever you do with this information is up to you

ventura002 avatar Aug 10 '23 01:08 ventura002

Sure thing Bonaventure.. let me know whats up

El jue., 10 de agosto de 2023 2:18 a. m., Bonventure < @.***> escribió:

so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi' Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks

hello do you have the code ?

Hey, I've been getting the same error. It seems the module is no longer supported in this time... how about workin together to make the code?

Just been doing research and I have discovered I can analyze the API endpoints inorder to remake the API for my application. Whatever you do with this information is up to you

— Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/159#issuecomment-1672392651, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCKOWV5R6AGYV3SQGDPM3LXUQZHVANCNFSM4JTIGVFA . You are receiving this because you commented.Message ID: @.***>

Notadumdum avatar Aug 10 '23 02:08 Notadumdum

I joined Cash fx on september 2021 investing $15k .I earned constantly and could upgrade to the $25k pack and then to the $50k . After trading and making so much profit, withdrawals suddenly became very difficult. It says on their website that fund withdrawals will take around 3 days. I messaged support but no positive response until August 2023, I recovered my money with the help of a triangulation expert. Frecuperation Tech is the best tech expert you need to help you recover your scammed or lost funds. They can be contact on email [email protected]

ganeshhira25 avatar Nov 24 '23 04:11 ganeshhira25

Hello! My name is Vigo Walker.

I am the developer that created the Expert Option API I've been looking, and looks like there's no actual python api for Pocket Option, and since Pocket Option uses websocket in a really similar way with Expert Option, I will give my try to make this API!

theshadow76 avatar Feb 04 '24 16:02 theshadow76

News?

yes

theshadow76 avatar Feb 05 '24 13:02 theshadow76