cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getUserRateLimit - How to use?

I'm trying to construct a call to return the rate limit and remaining calls from the FindingAPI. I've tried "findingapi" as a value for both api_context and api_name, both return 204.

 

How can one return the usage of FindingAPI?

Message 1 of 3
latest reply
2 REPLIES 2

getUserRateLimit - How to use?

@yadeh_4 

 

The Analytic API covers only the RESTful APIs and the Trading API.  The Finding API is not covered. 

https://developer.ebay.com/api-docs/developer/analytics/resources/rate_limit/methods/getRateLimits

 

In the years I have used the Finding API, despite there being a stated limit, there did not appear to be an actual limit.  A 5000 daily limit is stated today.

https://developer.ebay.com/develop/apis/api-call-limits

 

We used to find our limits and usage on the account page, and the Finding limits were never stated there either.

 

My recourse was to put a counter on my apps and let them tell me my call usage.  I think all my apps might total around 30K-40K calls daily to the Finding API, and that's usually retrieving the maximum 100 items per page to keep the call count down.

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 3
latest reply

getUserRateLimit - How to use?

That's helpful!
Good idea to use a counter. Will implement the same. Think its safe to say that there isn't an actual limit if your apps are hitting ~30k calls daily lol!

Thanks!

Message 3 of 3
latest reply