UNPKG

polygon.io

Version:

Isomorphic Javascript client for Polygon.io Stocks, Forex, and Crypto APIs

9 lines (8 loc) 231 B
export interface ICryptoExchanges { id: number; type: string; market: string; name: string; url: string; } export declare const cryptoExchanges: (apiKey: string, apiBase: string) => Promise<ICryptoExchanges[]>;