I have a DEX that doesnt use the standard pricing model most DEX's use and we actually require an oracle price from PYTH to provide an accurate swap rate.
So my question is whats the best way to go about doing that within this kyberswap integration. Am I fine to simply query a pyth contract for the price of both assets on every request if we have to go the onchain route?