Function getHistoricHlpData

  • Parameters

    • from: number

      The minimum timestamp (in seconds) to fetch data

    • to: number

      The maximum timestamp (in seconds) to fetch data

    • network: "base" | "ethereum" | "arbitrum" | "polygon" | "arbitrum-sepolia"

      The network on which to fetch data

    • period: Period = "daily"

    Returns Promise<HistoricalHlpData[]>

    historic hlp data

Generated using TypeDoc