Borrowing

Borrow tokens

const borrow = await client.borrow({
  token: "QAR",
  quantity: 1n,
});

Repay borrowed tokens

const repay = await client.repay({
  token: "QAR",
  quantity: 1n,
});

Last updated

Was this helpful?