const data = await ctx.modules.rateLimit.throttlePublic({
  // Request body
});

Public

No

Request

const data = await ctx.modules.rateLimit.throttlePublic({
  // Request body
});

Request

Object containing the following properties:

PropertyType
requestsnumber
periodnumber

All properties are optional.

Response

Response

Object record with dynamic keys:

  • keys of type string
  • values of type never