SmartCredit.io
Application
Twitter
Telegram
Linked In
Search
⌃
K
Links
SmartCredit.io
Fixed-term/Fixed-rate Borrowing/Lending
How are loan requests matched?
Credit Lines
Fixed-Income Funds
Fixed Loan Term
Fixed Interest Rate
Efficient use of Collateral
Positions Monitoring System
No Bank Run Risks
Collaterals
Collateral Ratios
Liquidations
Loss Provision Fund
Oracles Integration
Fiat On-Ramp/Off-Ramp
Borrow/Lend SDK and Widgets
Use Cases
Borrow/Lend SDK
Borrowing SDK
Authentication
Validators
Collateral Ratio
Credit Line
Loan Request
View Loans
Deposit Collateral
View Collateral
Repay Loan
Terminate Loan
Liquidation
Lending SDK
Borrow/Lend UI Widgets
Fixed-term/Fixed-rate Leveraged Lido staking
AI & Big Data APIs
Use Cases
User Segmentation and 1:1 Targeting
AI-based Crypto Fraud Detection for Everyone
AI-based Crypto Transaction Monitoring for Businesses
AI-based Crypto Credit Score
Staking and Rewards
Security
Regulations
Roadmap
Partners
Revenue Model
SMARTCREDIT Token
Social Media Channels
FAQs
Tutorials
AI-driven Decentral Autonomous Bank
Powered By
GitBook
Comment on page
Terminate Loan
async terminateLoan()
For terminating a loan you should use:
token:string
- is the token that you will get from the authentication.
id:string
- is the loanId of the loan you want to terminate
const
response
=
await
this
.
newBorrowingService
.
terminateLoan
({
token
,
id
})
Previous
Repay ERC20 Loan
Next
Liquidation
Last modified
1yr ago