---
title: "Retrieve spending limit for a card"
method: GET
path: "/cards/{cardId}/spending-limits"
tags: ["Spending limits"]
---

# Retrieve spending limit for a card

`GET /cards/{cardId}/spending-limits`

Returns the spending limit for a given card.

## Path parameters

- `cardId` string, uuid, required — The ID of the card to work with.

## Query parameters

- `accountId` string, required — The ID of the account to work with.
- `budgetId` string, uuid, required — The ID of the budget to work with.
- `personId` string, uuid — The ID of the person to work with.
- `limit` integer — The maximum number of results to return.
- `offset` integer — The number of items to skip before returning results.

## Response `200`

OK

- object
  - `limit` integer — The maximum number of results to return.
  - `offset` integer — The number of items to skip before returning results.
  - `count` integer, required — The total amount of records matching the querying when "limit" is ignored.
  - `rows` object[], required
    - `id` string, uuid — The ID of the limit to work with.
    - `amount` number, required — amount of limit to be set
    - `currencyCode` string
    - `active` boolean — Indicates whether the limit is active on Marqeta.
    - `limitTurnedOff` boolean — Defines if the limit was turned off by the user
    - `limitWindow` 'DAY' | 'WEEK' | 'MONTH' | 'LIFETIME', required — Defines the time period to which the limit apply
    - `available` object
      - `uses` number — number of uses
      - `amount` number — amount of limit to be set
      - `daysRemaining` number — number of days remaining in the limit window.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/versions/a162c72b8bf6/schema)
