- Preparing search index...
- The search index is not available
Documentation
Function fromCoinMarketCap
- fromCoinMarketCap(cryptoSymbol: string, api_key: string): Promise<{
isFresh: boolean;
usdPrice: number;
}>
-
Parameters
-
cryptoSymbol: string
-
api_key: string
Returns Promise<{
isFresh: boolean;
usdPrice: number;
}>
Retrieves the USD price for the specified cryptocurrency symbol from CoinMarketCap.
Async
Function
fromCoinMarketCap
Returns