getAPRs
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);
Value | Description |
---|---|
addresses | An array of interest-bearing token addresses |
aprs | An array of APRs (ordered with respect to the addresses array) |
Last modified 7mo ago