Tracking balance and yield
Fetch aggregated yield accrual info
Use this method to retrieve the aggregated yield data for specified vaults, pools, and users within a given timeframe:
Where:
vaults - Optional array of vault addresses to filter results.
poolIds - Optional array of pool IDs to filter results.
users - Optional array of user addresses to filter results.
timeframe - Optional timeframe to limit results within a specific period.
TVL of client's pool
Where:
vault - address of Yelay vault
pool - array of poolID, to capture sum TVL
User balance
Use this method in order to fetch balance of the user in specific client's pool.
Where:
vault - address of Yelay vault
pool - ID nr of the requested pool
Last updated