---
title: "Get Interest Payments"
method: GET
path: "/api/v2/accounts/{account_id}/interest_payments"
tags: ["Accounts"]
---

# Get Interest Payments

`GET /api/v2/accounts/{account_id}/interest_payments`

Get interest payments made to the `Account` from yield-bearing cash holdings.

Currently, the only yield-bearing stablecoin accepted by Dinari is [USD+](https://usd.dinari.com/).

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required
- `limit` integer
- `order` 'asc' | 'desc'
- `next` string, nullable
- `previous` string, nullable

## Response `200`

OK

- PaginatedInterestPaymentResponse
  - `_sv` 'PaginatedInterestPaymentResponse:v1' — Version
  - `data` InterestPayment[], required — List of InterestPayment
    - `payment_date` string, date, required — Date of interest payment in US Eastern time zone. ISO 8601 format, YYYY-MM-DD.
    - `amount` number, required — Amount of interest paid.
    - `currency` string, required — Currency in which the interest was paid (e.g. USD).
  - `pagination_metadata` BaseOpenApiPaginationMetadata, required
    - `previous` string — Cursor for previous page
    - `next` string — Cursor for next page

## Other responses

- `422` — Unprocessable Entity
- `default` — Default error response

---

[API](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api.md) · [All operations](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dinaricrypto/dinari-enterprise-api/revisions/5403e9118588/schema)
