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

Protocol data functions

Get all positions

const getAllPositions = await client.getAllPositions({
  token: "QAR",
});

Get historical APR

const getHistoricalAPR = await client.getHistoricalAPR({
  token: "QAR",
});

Last updated

Was this helpful?