v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Accounts

Get 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+.

get/api/v2/accounts/{account_id}/interest_payments

Query parameters

start_datestring date required

Start date, inclusive, in US Eastern time zone. ISO 8601 format, YYYY-MM-DD.

end_datestring date required

End date, exclusive, in US Eastern time zone. ISO 8601 format, YYYY-MM-DD.

limitinteger

Number of results to return

order'asc' | 'desc'

Sort order

nextstring nullable

Cursor for next page

previousstring nullable

Cursor for previous page

Response

OK

_sv'PaginatedInterestPaymentResponse:v1'

Version