For the complete documentation index, see llms.txt. This page is also available as Markdown.

Lending

Lend tokens

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

Un lend tokens

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

Last updated

Was this helpful?