UNPKG

@hackape/tardis-dev

Version:

Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js

9 lines 298 B
import { Exchange } from './types'; export declare function getApiKeyAccessInfo(apiKey?: string): Promise<ApiKeyAccessInfo>; export declare type ApiKeyAccessInfo = { exchange: Exchange; from: string; to: string; symbols: string[]; }[]; //# sourceMappingURL=apikeyaccessinfo.d.ts.map