Developers > Best Yield > tokenPrice
Last updated 2 years ago
Was this helpful?
This method returns the current $IDLE token price, in underlying (e.g. DAI) terms.
Note: the price does not include fees. If you need the token price with fee you should take a look at the tokenPriceWithFee method.
tokenPriceWithFee
function tokenPrice( ) external view returns (uint256 price);
price
Return the underlying token price
Note: $IDLE tokens for Risk-Adjusted strategy do not have a tokenPriceWithFee method so you need to take account of those on your side or use helper.
you can find a Twitter thread with more info about Idle Token Helper and also a .