osTokenrequestsgetAPYOn this pagegetAPYDescription: Current os token APY Returns: type Output = { apy: string feePercent: number} Example: const apy = await sdk.osToken.getAPY()