Hello,


I have a question regarding the API/session changes made on October 19, 2025.We are currently operating two servers with different IP addresses, and both servers are connected to the same MYFXbook account.


When the two servers alternately call the login API, we receive the following response:


 {"error": true, "message": "Max login attempts reached, Please try to login via website", "session": ""}


Could you please clarify under what conditions this response is returned?In other words, how many login attempts are allowed before this error occurs?


Additionally, to prevent this issue, we are following the sequence below:


Call the MYFXbook login APIUse the session value from the login response to call other MYFXbook APIsLogoutHowever, even when following this sequence, we still receive the message:"Max login attempts reached, Please try to login via website."