Developers > Best Yield > getAllAvailableTokens
This method gives a list of currently used protocol tokens (cDAI, aDAI).
function getAllAvailableTokens( ) external view returns (address[] memory);
address
An array of protocol tokens currently supported
Last updated 3 years ago
Was this helpful?