---
title: "Retrieve card limits"
method: GET
path: "/v4/spend/profiles/{profileId}/cards/{cardToken}/spend-limits"
tags: ["spend-limits"]
---

# Retrieve card limits

`GET /v4/spend/profiles/{profileId}/cards/{cardToken}/spend-limits`

Retrieves the spend limits that are configured for a card.

## Path parameters

- `profileId` integer, required
- `cardToken` string, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Card spend limits.

- CardLimits
  - `transaction` object, nullable
    - `value` object — Transaction limit.
      - `amount` number
      - `currency` string
    - `usage` object — The total authorised amount. Always 0 for transaction limit.
      - `amount` number
      - `currency` string
    - `resetAt` string, date-time, nullable — The time when the limit gets reset. Null for transaction limit.
  - `daily` object, nullable
    - `value` object — Daily limit.
      - `amount` number
      - `currency` string
    - `usage` object — The total authorised amount during the daily window.
      - `amount` number
      - `currency` string
    - `resetAt` string, date-time, nullable — The time when the limit gets reset. ISO-8601 timestamp with timezone.
  - `monthly` object, nullable
    - `value` object — Monthly limit.
      - `amount` number
      - `currency` string
    - `usage` object — The total authorised amount during the monthly window.
      - `amount` number
      - `currency` string
    - `resetAt` string, date-time, nullable — The time when the limit gets reset. ISO-8601 timestamp with timezone.
  - `lifetime` object, nullable
    - `value` object — Lifetime limit.
      - `amount` number
      - `currency` string
    - `usage` object — The total authorised amount over the lifetime of the card.
      - `amount` number
      - `currency` string
    - `resetAt` string, date-time, nullable — The time when the limit gets reset. Null for lifetime limit.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.dev/wise/apis/platform-api.md) · [All operations](https://skmtc.dev/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
