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

# Interest Account Balance Request

`GET /v1/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
- `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)
