Get all positions
const getAllPositions = await client.getAllPositions({ token: "QAR", });
Get historical APR
const getHistoricalAPR = await client.getHistoricalAPR({ token: "QAR", });
Last updated 12 days ago
Was this helpful?