- Preparing search index...
- The search index is not available
Documentation
Function getPriceFromCoingecko
- getPriceFromCoingecko(coingeckoId: string): Promise<{
isFresh: boolean;
usdPrice: number;
}>
-
Returns Promise<{
isFresh: boolean;
usdPrice: number;
}>
Retrieves the USD price for the specified Coingecko ID.
Async
Function
getPriceFromCoingecko
Returns