UNPKG

coinmarketcap-js

Version:
3 lines (2 loc) 242 B
import { LatestQuotesQueryParams, LatestQuotesResponse } from "../interfaces/Crypto"; export declare const latestQuotes: (apiKey: string, apiBase: string, apiVersion: string, query?: LatestQuotesQueryParams) => Promise<LatestQuotesResponse>;