08-12-2023 11:17 AM
Making a call to https://api.ebay.com/developer/analytics/v1_beta/rate_limit/?api_name=tradingapi
and despite having used approximately 800 calls so far today for GetOrders, it's still returning:
"limit": 5000,
"remaining": 5000,
I'm hours from my reset time, so it wasn't just reset.
I am making the call using the same token which is making the Trading API call.
What am I doing wrong?
08-12-2023 12:52 PM
I've not used this call, but, if a user token was required to access "GetOrders", then it would seem that a user token should be required to access "/user_rate_limit/".
08-12-2023 01:45 PM
Yes, it does need the user token.
It's saying I didn't use any calls at all whatsoever, which is definitely not the case.
08-12-2023 02:14 PM
Sorry, I was unclear again. If the user token is provided, which you confirmed, then I believe the endpoint is wrong and should be "/user_rate_limit/".
08-12-2023 07:56 PM
No problem. I should've mentioned the same thing happens with that call as well.
10-07-2023 02:22 PM
I am finding the same behavior with the
12-11-2023 02:38 PM
I'm having the exact same problem.
I think my solution for now will be to implement a counter for my api calls.
12-12-2023 08:14 AM
I help you
12-12-2023 12:55 PM
Has anyone found a way around this? I'm running into the same issue and it's incredibly unhelpful to be told to check your limits but have no way to do it.
01-10-2024 07:41 AM
I managed to get it working on eBay's API Explorer page. In the textarea where you need to put a token, click on "Get OAuth Application Token" instead of "Get OAuth User Token". It kind of makes sense given that the limits are for your "application", not for your individual users.