---
title: "Interest Account Balance"
method: GET
path: "/v2/interest/balance"
tags: ["Reports"]
---

# Interest Account Balance

`GET /v2/interest/balance`

If you are enrolled in the interest account program, get the current balance on the interest account. Fractions of cents are tracked to properly calculate daily interest accrual even if the interest balance is low.

## Query parameters

- `currency-code` string

## Response `200`

Successful Operation

- object
  - `interest_balance` number — The available interest balance on your account

## Other responses

- `400` — Invalid request
- `401` — Unauthorized. Returned for any failed bearer or basic auth, including expired bearer tokens.
- `404` — The specified resource was not found
- `422` — Unable to process the request entity

---

[API](https://skmtc.dev/sezzle/apis/sezzle-api-v2.md) · [All operations](https://skmtc.dev/sezzle/apis/sezzle-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sezzle/sezzle-api-v2/revisions/878c32abbb37/schema)
