---
title: "List APR Tiers"
method: GET
path: "/v1/cash_interest/apr_tiers"
tags: ["Cash Interest"]
---

# List APR Tiers

`GET /v1/cash_interest/apr_tiers`

List all available APR tiers. These tiers may be assigned to an account, and will be used to determine the interest rate paid on uninvested cash balances.

## Response `200`

Successful response, returns a list of APR tiers or none if no tiers are available.

- ListAPRTiersResponse — Response to a successful request for a list of APR tiers.
  - `apr_tiers` APRTier[] — All configured APR tiers available for assignment to accounts
    - `account_rate_bps` integer — The annualized account interest rate, in basis points.
    - `correspondent_rate_bps` integer — The annualized correspondent fee rate, in basis points.
    - `created_at` string, date-time — The timestamp the APR tier was created, in RFC 3339 format.
    - `currency` string — The currency of the APR tier
    - `details` APRTierDetails — Additional details of the APR tier
      - `as_of` string, date — The date on which the total balance was recorded, at the end of the day. YYYY-MM-DD format.
      - `total_accounts` integer — The total number of accounts assigned this APR tier.
      - `total_balance` string, decimal — The total balance of funds in this APR tier.
    - `id` string, uuid — The unique identifier of the APR tier
    - `is_default` boolean — True if this is the default APR tier. Only one APR tier can be default per currency.
    - `name` string — The unique name of the APR tier
    - `updated_at` string, date-time — The timestamp of the last update to the APR tier, in RFC 3339 format.

## Other responses

- `401` — Unauthorized. Please check your API key and try again.
- `429` — Too many requests. Please wait a moment and try again.
- `500` — A server error occurred. Please contact Alpaca.

---

[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)
