if you make 20 requests with a
rateLimitWeight
of 3 in a second then it will use 60 units from the throttle limit for that second.
Does this mean that rateLimitWeight
is the request weight that counts toward the throttle limit? What about âhigh offsetâ requests? Those were a problem before, and had a very high weight that depended on the offset, but this is not shown in this endpoint.
when the
rateLimitWeight
is same asprice
in the above example, then that is what will be counted for the throttle limit
And what if they are not the same?