api_call_limits

we are using the C-sharp example and we get only 30-40 prices and then stops.
Is it a technical issue or we need to extend api_call_limit some how?

Comments

  • @kamran we have rate limit in place, to check these limits we have this call https://developers.binary.com/api/#website_status

    {
      "echo_req": {
        "website_status": 1
      },
      "debug": [
        0.00173,
        ""
      ],
      "website_status": {
        "clients_country": "my",
        "api_call_limits": {
          "max_proposal_subscription": {
            "max": 5,
            "applies_to": "subscribing to proposal concurrently"
          },
          "max_requests_pricing": {
            "minutely": 60,
            "hourly": 3600,
            "applies_to": "proposal and proposal_open_contract"
          },
          "max_requests_outcome": {
            "minutely": 60,
            "hourly": 3600,
            "applies_to": "portfolio, statement and proposal"
          },
          "max_requestes_general": {
            "minutely": 240,
            "hourly": 14400,
            "applies_to": "rest of calls"
          }
        },
        "terms_conditions_version": "Version 39 2016-03-01"
      },
      "msg_type": "website_status"
    }
    
  • any way to increase the limitation?

  • edited April 2016

    @kamran as of now this rate limit will be in place, we may update them from time to time

Sign In or Register to comment.