Skip to content
English
  • There are no suggestions because the search field is empty.

Too many API requests

This article will tell you how to minimize the number of API queries performed.

Problem:

How we could get as low as possible requests? 
What is your suggestion on how to get only fresh data with minimum requests?

Step-by-step guide:

  • The limit of requestes per minute is 200. If you would like to optimize amount of requests I recommend to use timesamp parameter.

  • Here is the example of how to use it. First you should make basic request and get all data. For the next requests you should get only changes from the particular timestamp.


    Too many api requests

Example: