UNPKG

coinmarketcap-js

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