---
title: "Get IntraFi balance"
method: GET
path: "/accounts/{account_id}/intrafi_balance"
---

# Get IntraFi balance

`GET /accounts/{account_id}/intrafi_balance`

Returns the IntraFi balance for the given account. IntraFi may sweep funds to multiple banks. This endpoint will include both the total balance and the amount swept to each institution.

## Path parameters

- `account_id` string, required — The identifier of the Account to get balances for.

## Response `200`

IntraFi Balance

- IntrafiBalance — When using IntraFi, each account's balance over the standard FDIC insurance amount is swept to various other institutions. Funds are rebalanced across banks as needed once per business day.
  - `balances` object[], required — Each entry represents a balance held at a different bank. IntraFi separates the total balance across many participating banks in the network.
    - `balance` integer, required — The balance, in minor units of `currency`, held with this bank.
    - `bank` string, required — The name of the bank holding these funds.
    - `bank_location` object, nullable, required — The primary location of the bank.
      - `city` string, required — The bank's city.
      - `state` string, required — The bank's state.
    - `fdic_certificate_number` string, required — The Federal Deposit Insurance Corporation (FDIC) certificate number of the bank. Because many banks have the same or similar names, this can be used to uniquely identify the institution.
  - `currency` 'USD', required — The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the account currency.
  - `effective_date` string, date, required — The date this balance reflects.
  - `total_balance` integer, required — The total balance, in minor units of `currency`. Increase reports this balance to IntraFi daily.
  - `type` 'intrafi_balance', required — A constant representing the object's type. For this resource it will always be `intrafi_balance`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/increase/apis/increase-api-2.md) · [All operations](https://skmtc.net/increase/apis/increase-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/increase/increase-api-2/versions/cc76869b968b/schema)
