originally posted in:BungieNetPlatform
View Entire Topic
So I am messing around with the TransferItem endpoint and very quickly realized I could not make more than one call to the TransferItem endpoint at the same time without getting a "ThrottleLimitExceededMomentarily" ErrorStatus. I notice that the first request had succeeded and sent back a "ThrottleSeconds" of "0", but each successive one returned the aformentioned ErrorStatus.
What is the maximum number of calls I can make within a short time? If i understand correctly, there is a 25 requests/sec over 10 seconds rule, but as I am only making 7 requests, I am unsure of the limit I am hitting.
Thanks for any help you're able to provide.
English
-
There are different levels of throttles. The 25 request/second throttle Tetron mentioned is a general throttle that applies to all endpoints, but some endpoints have an additional throttle to prevent potentially disruptive spamming. Endpoints like EquipItem and TransferItem are some such endpoints.