SmartCredit.io
Home Page
Application
Twitter
Telegram
Search…
⌃K
Links
Introduction
How does it work?
Regulations
Staking and Rewards
Roadmap
Revenue Model
Security
Partners
Integrations
SDK Integrations
Borrowing SDK
Authentication
Validators
Collateral Ratio
Credit Line
Loan Request
View Loans
All Loans
Single Loan
Deposit Collateral
View Collateral
Repay Loan
Terminate Loan
Liquidation
Lending SDK
Widget Integrations
SMARTCREDIT Token
Social Media Channels
FAQs
Tutorials
Decentral Autonomous Bank
Powered By
GitBook
Single Loan
async viewLoanDetail()
To view the details for specific loan request, you should use:
token:string
– is the token you will get from the authentication
loanId:number
– is the id of that specific loan.
const
response
=
await
this
.
newBorrowingService
.
getLoanDetail
({
token
:
token
,
loanId
})
Previous
All Loans
Next
Deposit Collateral
Last modified
9mo ago