UNPKG

coinmarketcap-js

Version:
3 lines (2 loc) 241 B
import { ExchangeIdMapQueryParams, ExchangeIdMapResponse } from "../interfaces/Exchange"; export declare const idMap: (apiKey: string, apiBase: string, apiVersion: string, query?: ExchangeIdMapQueryParams) => Promise<ExchangeIdMapResponse>;