Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 00:00:08 +0000



Post From: BitMEX

[2020-06-11 22:23:01]
User558609 - Posts: 3
Hi,

I am having some troubles implementing an ACSIL system in SC using the BitMEX exchange. Due to the exchange limitations, sometimes they return an "Exchange Overload error, please try again later". I handle this correctly resending the order until it gets accepted, but sometimes when I send too many orders, I get another type of error, "rate limit exceeded, please try again in 1 sec". This second error I haven't found a way of handling it and after putting a few orders more my IP gets banned and all services disconnected..

Is there any way I can read this error messages from the Trade Service log to act accordingly (stopping orders for 1 sec in the second case) or any other way to solve this?

Thanks.