function getIndexPrice( uint256 interval ) external returns (uint256 indexPrice)
Returns the index price of the token.
Parameters:arrow-up-right
interval
uint256
The interval represents twap interval.
Return Values:arrow-up-right
indexPrice
Twap price with interval
Last updated 1 year ago