Skip to main content
GET
Estimate Repayment Amount

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Query Parameters

type
enum<string>
Available options:
interest,
principal,
penalty
limit
integer
default:10
page
integer
default:1

Response

Repayment estimate

principal_balance
string
Example:

"10"

outstanding_interest
string
Example:

"0.552"

total_outstanding
string
Example:

"10.552"

can_repay_principal
boolean
Example:

true

can_repay_interest
boolean
Example:

true

next_accrual_date
string<date-time>
Example:

"2026-01-21T10:04:01.837Z"