Proposal requests without subscription are limited as if subscribed

edited February 2016 in General

I'm sending proposal requests with different parameters without subscribing. After 6 proposal responses, I receive the AlreadySubscribedOrLimit error, as if I would subscribe (where the limit is 5), instead of receiving the error if I send more than 20/60 in a minute (the actual limit is unclear):

{
"echo_req": {
  "symbol": "frxGBPUSD",
  "req_id": 11,
  "duration": 1200,
  "currency": "USD",
  "amount": 10000,
  "proposal": 1,
  "basis": "stake",
  "duration_unit": "s",
  "contract_type": "PUT"
},
"req_id": 11,
"debug": [
  0.036883,
  ""
],
"error": {
  "message": "You are either already subscribed or you have reached the limit for proposal subscription.",
  "code": "AlreadySubscribedOrLimit"
},
"msg_type": "proposal"
}

Comments

Sign In or Register to comment.