---
title: "Get Limit Tiers"
method: GET
path: "/v1/info/limit-tiers"
---

# Get Limit Tiers

`GET /v1/info/limit-tiers`

Get the list of account limit tiers. Action and open-order fields are enforced per account; legacy request-rate fields are not used for gateway request enforcement.

## Response `200`

Limit tiers response.

- LimitTier[]
  - `min_volume_14d` string, required — Minimum volume threshold for this tier
  - `rate_per_minute_limit` integer, required — Maximum IP request weight per minute. In limit tiers, this is a legacy field and is not used for gateway enforcement.
  - `rate_burst_limit` integer, required — Legacy limit-tier request-rate field. It is not used for gateway enforcement.
  - `actions_per_minute_limit` integer, required — Maximum order action tokens per account per minute
  - `actions_burst_limit` integer, required — Additional account action allowance limit
  - `open_orders_limit` integer, required — Maximum number of open orders per account
  - `messages_per_minute` integer, required — Display-only per-minute action/message allowance, equal to actions_per_minute_limit. Not separately configured or enforced.

## Other responses

- `429` — Too Many Requests. `error` distinguishes the limit that was hit: `ip_rate_limited` (per-IP token bucket), `action_rate_limited` (per-account action rate), or `open_orders_limit` (resting open-order cap).
- `500` — Internal server error. `error` is `internal_error`.

---

[API](https://skmtc.net/polymarket/apis/polymarket-perps-http-api.md) · [All operations](https://skmtc.net/polymarket/apis/polymarket-perps-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/polymarket-perps-http-api/revisions/76e4e47cf3aa/schema)
