latestOpenAPI 3.1.02026-08-1051108155.9 KB

6e6f8dad92bf

RateLimit

Returns rate limit configurations for all endpoints

get/v1/rate-limit/config

Response

Example response

{
  "data": [
    {
      "basePoints": 1,
      "path": "/v1/order/",
      "pointsPerRow": 1
    }
  ]
}