Function fetchUnsignedMarketPriceForPair
- fetchUnsignedMarketPriceForPair(pair, network?): Promise<{ 
    marketPrice: MarketPrice; 
    pair: string; 
}> Parameters
- pair: Pair
 - network: "base" | "ethereum" | "arbitrum" | "polygon" | "arbitrum-sepolia" = DEFAULT_HLP_NETWORK
 
Returns Promise<{ 
    marketPrice: MarketPrice; 
    pair: string; 
}>