---
title: "Get instant funding limits"
method: GET
path: "/v1/instant_funding/limits"
tags: ["Instant Funding"]
---

# Get instant funding limits

`GET /v1/instant_funding/limits`

Returns globally configured limits for the correspondent. These limits are used to determine
the maximum amount that can be extended to all accounts, and reaching this limit will result
in further requests to create instant funding requests being rejected.

## Response `200`

correspondent instant funding limits

- CorrespondentLimit
  - `amount_available` string, decimal
  - `amount_in_use` string, decimal
  - `amount_limit` string, decimal

## Other responses

- `default` — error

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
