Skip to main content

getAPY

Description:

Current os token APY

Returns:

type Output = {
apy: string
feePercent: number
}

Example:

const apy = await sdk.osToken.getAPY()