Function getCoingeckoPrices
- getCoingeckoPrices(tokens, network): Promise<Record<string, undefined | number>>
Parameters
- tokens: string[]
- network: "base" | "ethereum" | "arbitrum" | "polygon" | "arbitrum-sepolia"
Returns Promise<Record<string, undefined | number>>