Skip to main content
GET

Overview

Returns the loan and, critically, its current collateral position. Collateral is marked to market, so ltv_ratio moves without you doing anything โ€” this endpoint is how you find out before a margin call does.

Path

string
required
The loan identifier, e.g. loan_5z8nPq3oW7.

Response

string
required
Loan identifier.
string
required
PENDING_APPROVAL, APPROVED, ACTIVE, REPAID, or LIQUIDATED.
string
required
Principal approved.
string
required
Principal actually drawn. Approved but undrawn principal accrues no interest.
string
required
Principal plus accrued interest still owed.
number
required
Annual rate as a decimal.
number
required
Loan term.
string
required
Current mark-to-market value of posted collateral.
number
required
Current loan-to-value โ€” outstanding รท collateral value. Monitor this. It rises when collateral falls in value as readily as when you draw more principal.
number
required
The LTV at which collateral is liquidated. The gap between this and ltv_ratio is your headroom.
object
required
Due date and amount of the next scheduled payment.
array
required
Every scheduled payment, each split into principal and interest.
Do not infer safety from a low ltv_ratio at one point in time. If your collateral is volatile, poll this endpoint or subscribe to the corresponding webhook โ€” liquidation is automatic and does not wait for a missed payment.