---
title: "Get SEPA Instant limits for an account"
method: GET
path: "/v1/accounts/{account_id}/sepa_instant_limits"
tags: ["SEPA Instant Credit Transfers"]
---

# Get SEPA Instant limits for an account

`GET /v1/accounts/{account_id}/sepa_instant_limits`

Fetch the limits set for the specific account_id as well as it's remaining and used limit.

## Path parameters

- `account_id` string, required

## Response `200`

Successful response

- LimitsResponse
  - `daily_limit` object, nullable
    - `value` integer — Daily limit amount
    - `unit` string — Unit of the amount
    - `currency` string — Currency code
  - `daily_used` object
    - `value` integer — Amount used today
    - `unit` string — Unit of the amount
    - `currency` string — Currency code
  - `daily_remaining` object, nullable
    - `value` integer — Remaining amount for today
    - `unit` string — Unit of the amount
    - `currency` string — Currency code
  - `per_transaction_limit` object
    - `value` integer — Maximum amount per single transaction
    - `unit` string — Unit of the amount
    - `currency` string — Currency code

## Other responses

- `400` — An error occurred on the client side.
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/sepa-transfers.md) · [All operations](https://skmtc.net/solarisgroup/apis/sepa-transfers/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/sepa-transfers/revisions/f1fef352d976/schema)
