---
title: "Get Transaction Limit"
method: GET
path: "/{customer_profile_id}/transaction-limits"
---

# Get Transaction Limit

`GET /{customer_profile_id}/transaction-limits`

Get the transaction limit for a specific CP+ account.

## Path parameters

- `customer_profile_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- union
  - object
    - `data` object
      - `id` string — Identifier for this set of transaction limits.
      - `type` string — Request type.
      - `attributes` object
        - `customerProfileId` string — Customer profile ID.
        - `totalAnnualPaymentLimit` string — The maximum total amount allowed for incoming payments over a rolling 12-month period.
        - `availableAnnualPaymentLimit` string — The remaining amount available for incoming payments within the annual limit.
        - `totalAnnualPayoutLimit` string — The maximum total amount allowed for outgoing payouts over a rolling 12-month period.
        - `availableAnnualPayoutLimit` string — The remaining amount available for outgoing payouts within the annual limit.
        - `transactionSizeLimit` string — The maximum amount allowed for a single transaction (applies to both payments and payouts).
  - object
    - `data` object
      - `id` string — Identifier for this set of transaction limits.
      - `type` string — Request type.
      - `attributes` object
        - `customerProfileId` string — Customer profile ID.
        - `totalDailyPaymentLimit` string — The maximum total amount allowed for incoming payments within a single day.
        - `availableDailyPaymentLimit` string — The remaining amount available for incoming payments today after prior transactions.
        - `totalDailyPayoutLimit` string — The maximum total amount allowed for outgoing payouts within a single day.
        - `availableDailyPayoutLimit` string — The remaining amount available for outgoing payouts today after prior transactions.
        - `transactionSizeLimit` string — The maximum amount allowed per single transaction (applies to both payments and payouts).

## Other responses

- `400` — 400

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
