Protocol data functions
const getAllPositions = await client.getAllPositions({
token: "QAR",
});const getHistoricalAPR = await client.getHistoricalAPR({
token: "QAR",
});Last updated
Was this helpful?
const getAllPositions = await client.getAllPositions({
token: "QAR",
});const getHistoricalAPR = await client.getHistoricalAPR({
token: "QAR",
});Last updated
Was this helpful?
Was this helpful?