---
title: "GET /user/{userID}/limit"
method: GET
path: "/user/{userID}/limit"
tags: ["limit"]
---

# GET /user/{userID}/limit

`GET /user/{userID}/limit`

Get all limits for the authenticated user.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Show the limits for the authenticated user.

- CustomerLimitListing[]
  - `limit_monetary_account` integer — The limit of monetary accounts.
  - `limit_monetary_account_remaining` integer — The amount of additional monetary accounts you can create.
  - `limit_card_debit_maestro` integer — The limit of Maestro cards.
  - `limit_card_debit_mastercard` integer — The limit of MasterCard cards.
  - `limit_card_debit_wildcard` integer — DEPRECTATED: The limit of wildcards, e.g. Maestro or MasterCard cards.
  - `limit_card_wildcard` integer — The limit of wildcards, e.g. Maestro or MasterCard cards.
  - `limit_card_replacement` integer — The limit of free replacement cards.
  - `limit_amount_monthly` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `spent_amount_monthly` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
