tokenPrice
Developers > Best Yield > tokenPrice
This method returns the current $IDLE token price, in underlying (e.g. DAI) terms.
Function
function tokenPrice(
) external view returns (uint256 price);
Return values
Value
Description
price
Return the underlying token price
Here you can find a Twitter thread with more info about Idle Token Helper and also a follow up here.
Last updated
Was this helpful?