const data = await ctx.modules.rateLimit.throttlePublic({ // Request body });
Limit the amount of times a public request can be made by a given key. This will rate limit based off the user’s IP address.
requests
number
period
string
never