Function fetchCoinGeckoTokenPricesData
- fetchCoinGeckoTokenPricesData(network, tokenAddresses): Promise<CoinGeckoPricesData>
Parameters
- network: "base" | "ethereum" | "arbitrum" | "polygon" | "arbitrum-sepolia"
- tokenAddresses: string[]
Returns Promise<CoinGeckoPricesData>