---
title: "List account limits"
method: GET
path: "/v1/accounts/{accountId}/limits"
tags: ["Account limits"]
---

# List account limits

`GET /v1/accounts/{accountId}/limits`

List available limits on the account. 

Refer to the [Account limits](https://developers.pismo.io/pismo-docs/docs/working-with-limits-objects) guide for more information.

## Path parameters

- `accountId` number, required

## Response `200`

OK

- AccountLimitGet
  - `max_credit_limit` number — Maximum credit amount approved for this account.
  - `available_total_installment_credit` number — Amount available for installments in the credit account.
  - `available_withdrawal_credit` number — Amount available for withdrawal in the credit account.
  - `available_savings_account_limit` number — Available limit of the savings account.
  - `total_overdraft_limit` number — Maximum limit for over draft spending on the account.
  - `total_installment_credit_limit` number — Amount limit for installments in the credit account.
  - `total_credit_limit` number — Total credit limit as set by the user. This can be any value up to the `max_credit_limit`.
  - `percentage_over_limit` number — Percentage of the maximum credit limit (`max_credit_limit`) made available for purchases over the credit limit on the account.
  - `available_monthly_credit` number — Monthly amount available in the credit account.
  - `available_credit_limit` number — Initial available credit limit of the account.
  - `monthly_credit_limit` number — Monthly credit limit amount on the account.
  - `held_funds` number — Funds held or blocked on the account.
  - `additional_funds` number — Additional funds that can be used when needed to supplement credit limit, held funds, or other funds.
  - `withdrawal_credit_limit` number — Amount limit for withdrawal in credit programs.
  - `currency_code` string — ISO-4217 alphabetic code (3 characters) for transaction currency.
  - `currency_numeric_code` string — ISO-4217 numeric code (3 digits) for transaction currency.

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
