Developers > Best Yield > getAPRs
This method gives the actual (counting eventual fees) APR of every implemented lending protocol.
function getAPRs( ) external view returns (address[] memory addresses, uint256[] memory aprs);
addresses
An array of interest-bearing token addresses
aprs
An array of APRs (ordered with respect to the addresses array)
Last updated 3 years ago
Was this helpful?