Error in API: "Too many request, please try again later"

Nov 03, 2021 at 21:24
926 視聴
4 Replies
May 03, 2021からメンバー   3 投稿
Nov 03, 2021 at 21:24
I am developing a platform that consults every 5 minutes "get-data-daily.json" method in order to check for gain/loss during the day. But I get this error constantly.

How can I solve this? Or what is the maximum request per [x range time] in order to try avoiding this error?

Thank you!
Jan 06, 2020からメンバー   3 投稿
Dec 25, 2021 at 18:38
Hello Christopher,

Did you find a solution, I have the same issue.

Mickael
May 03, 2021からメンバー   3 投稿
Dec 30, 2021 at 08:09
Yes, wait 1.2 seconds from every request in order to prevent get blocked!
Jan 06, 2020からメンバー   3 投稿
Dec 30, 2021 at 09:20
I already tried this solution, sleep of 10 seconds between each get-data-daily and it doesn't help.

I tried 2 methods but same result

Login
Get-data-daily 1st
Sleep 10 seconds
Get-data daily 2nd
Sleep 10 seconds
Etc. Until fifth portfolio
Logout

Login
Get-data-daily 1st
Logout
Sleep 10 seconds
Login
Get-data-daily 2nd
Logout
Sleep 10 seconds
Etc until fifth portfolio.
May 03, 2021からメンバー   3 投稿
Dec 30, 2021 at 20:44 (編集済みのDec 30, 2021 at 20:45)
Hello, you need to wait 1.2 seconds from EVERY request, so the schema is the following:

Login
Sleep 1.2 seconds <----- here is your error, you don't wait.
Get-data-daily 1st
Sleep 1.2 seconds
Get-data daily 2nd
Sleep 1.2 seconds
Get-data daily 3rd
Sleep 1.2 seconds
Logout
サインイン / 登録 to comment
You must be connected to Myfxbook in order to leave a comment
*商用利用やスパムは容認されていないので、アカウントが停止される可能性があります。
ヒント:画像/YouTubeのURLを投稿すると自動的に埋め込まれます!
ヒント:この討論に参加しているユーザー名をオートコンプリートするには、@記号を入力します。