API Endpoints

All available loans: https://api.rwa.xyz/v3/loans/

Summary Table

Field NameDescriptionTypeExample
idUnique identifier for the loanInteger1
token_idUnique identifier for the associated tokenInteger1
asset_idUnique identifier for the associated assetInteger1
statusStatus of the loan. Possible values: active, repaid, late, defaulted, liquidated.Stringactive
term_typeType of loan term. Possible values: OPEN_TERM, CLOSED_TERMStringCLOSED_TERM
created_dateDate when the loan was createdDate2022-01-01
funding_start_dateStart date of the funding periodDate2022-01-02
funding_end_dateEnd date of the funding periodDate2022-01-31
term_start_dateStart date of the loan termDate2022-02-01
term_end_dateEnd date of the loan termDate2023-02-01
initial_principal_amountInitial principal amount of the loanFloat10000.00
base_asset_idUnique identifier for the base assetInteger123456789
base_assetBase asset detailsObject
collateral_asset_idUnique identifier for the collateral assetInteger987654321
collateral_assetCollateral asset detailsObject
payment_interval_daysHow often interest payments are expected, in daysInteger30
num_of_paymentsNumber of interest payments expectedInteger12
amortization_typeType of amortization. Possible values: bullet, balloon, interest_onlyStringbullet
interest_rateInterest rate of the loanFloat0.05
late_fee_rateAdditional interest rate applied for late paymentsFloat0.01
default_interest_rateAdditional interest rate applied for payments beyond the default thresholdFloat0.07
_updated_atTimestamp of last updateTimestamp2022-02-01 12:00:00
onchain_addressOnchain address of the loanText0x94bd42fa6b5a73d9059db57ee209c7539196f0f3
protocolProtocol detailsObject
networkNetwork detailsObject>
issuerIssuer detailsObject
funded_assets_dollarFunded assets in dollarsFloat10000.00
funded_assets_tokenFunded assets in tokensFloat1000.00
drawn_down_assets_dollarDrawn down assets in dollarsFloat5000.00
drawn_down_assets_tokenDrawn down assets in tokensFloat500.00
principal_paid_dollarPrincipal paid in dollarsFloat2000.00
principal_paid_tokenPrincipal paid in tokensFloat200.00
interest_paid_dollarInterest paid in dollarsFloat100.00
interest_paid_tokenInterest paid in tokensFloat10.00
outstanding_principal_dollarOutstanding principal in dollarsFloat3000.00
outstanding_principal_tokenOutstanding principal in tokensFloat300.00
written_off_principal_dollarWritten off principal in dollarsFloat0.00
written_off_principal_tokenWritten off principal in tokensFloat0.00