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

# Retrieve transaction limit for a card

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

Returns the transaction 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.

## Response `200`

OK

- object
  - `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` 'TRANSACTION', required — Defines the time period to which the limit apply

---

[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/revisions/a162c72b8bf6/schema)
