Ping Blinks
// Lend USDC
const signature = await agent.methods.lendAssets(100); // Lend 100 USDC
// Get account details
const details: LuloAccountDetailsResponse = {
totalValue: 100.5,
interestEarned: 0.5,
realtimeApy: 5.2,
settings: {
owner: "wallet-address",
allowedProtocols: null,
homebase: null,
minimumRate: "4.8"
}
};Last updated