Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Repay borrowed assets to improve health factor
const repayAmount = 0.001; const tx = await sdk.repayDebt(wbtcAddress, repayAmount); console.log("Repayment transaction:", tx);