UNPKG

coinmarketcap-js

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