getAvgApr

Developers > Best Yield > getAvgApr

This method gives the base layer aggregated APR of $IDLE token. This method does not take into account fees, unlent percentage and additional APR given by $IDLE governance token.

Function

function getAvgAPR(
) external view returns (uint256 avgApr);

Return values

ValueDescription

avgApr

The average APR for $IDLE tokens

Last updated