Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 255 Bytes

File metadata and controls

17 lines (13 loc) · 255 Bytes

Protocol data functions

Get all positions

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

Get historical APR

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