oToken data functions
const getAPR = await client.getAPR({
token: "QAR",
});const getBalances = await client.getBalances({
token: "QAR",
});const getExchangeRate = await client.getExchangeRate({
token: "QAR",
});const getGlobalPosition = await client.getGlobalPosition({
walletAddress: "psh5nUh3VF22Pr8LeoV1K2blRNOOnoVH0BbZ85yRick"
});const getInfo = await client.getInfo({
token: "QAR",
});Last updated
Was this helpful?