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?