RateLimit error

Hello. Yesterday (1 june), the RateLimit error started to be issued. Often. Have you changed anything? Will this remain so?

Array
(
    [echo_req] => Array
        (
            [balance] => 1
        )
    [error] => Array
        (
            [code] => RateLimit
            [message] => Вы достигли лимита курса для balance.
        )
    [msg_type] => balance
)

Comments

  • When I buy contract:

    Array
    (
        [echo_req] => Array
            (
                [buy_contract_for_multiple_accounts] => 1
                [parameters] => Array
                    (
                        [amount] => 1
                        [basis] => stake
                        [contract_type] => CALL
                        [currency] => USD
                        [date_expiry] => 1496384100
                        [passthrough] => 5842334
                        [symbol] => frxGBPJPY
                    )
    
                [price] => 1
                [tokens] => Array
                    (
                        [0] => XXXXXXXXXXXXXXXXX
                    )
    
            )
        [error] => Array
            (
                [code] => RateLimit
                [message] => Вы достигли лимита курса для buy_contract_for_multiple_accounts.
            )
        [msg_type] => buy_contract_for_multiple_accounts
    )
    
  • This should be fixed now. Please check and let us know if issue persists

  • I have the same issue, since Thursday I'm getting RateLimit errors, even if I wait 1 minute between consecutive requests:

    {
        "msg_type":"proposal",
        "echo_req": {
            "amount":10,
            "basis":"stake",
            "contract_type":"PUT",
            "currency":"USD",
            "duration":25,
            "duration_unit":"m",
            "proposal":1,
            "symbol":"frxEURUSD"
        },
        "error": {
            "code":"RateLimit",
            "message":"You have reached the rate limit for proposal."
        }
    }
    
Sign In or Register to comment.