Function fetchUnsignedMarketPriceForPair

  • Parameters

    • pair: Pair
    • network: "base" | "ethereum" | "arbitrum" | "polygon" | "arbitrum-sepolia" = DEFAULT_HLP_NETWORK

    Returns Promise<{
        marketPrice: MarketPrice;
        pair: string;
    }>

Generated using TypeDoc