v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Cash Interest

List 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.

get/v1/cash_interest/apr_tiers

Response

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

Example response

{
  "apr_tiers": [
    {
      "account_rate_bps": 450,
      "correspondent_rate_bps": 25,
      "created_at": "2024-09-16T20:06:32.207729Z",
      "currency": "USD",
      "details": {
        "as_of": "2024-09-27",
        "total_accounts": 42,
        "total_balance": "10485.76"
      },
      "id": "150df7eb-31e7-46b3-8848-a54ca21ff3bc",
      "is_default": true,
      "name": "gold",
      "updated_at": "2024-09-16T20:06:32.207729Z"
    }
  ]
}