Get transactions for a specific token and action
const getTransactions = await client.getTransactions({ token: "QAR", action: "lend", // "lend" | "unLend" | "borrow" | "repay"; walletAddress: "psh5nUh3VF22Pr8LeoV1K2blRNOOnoVH0BbZ85yRick", });
Last updated 18 days ago
Was this helpful?