UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

10 lines (9 loc) 153 B
export interface Candle { timestamp: string; open: string; close: string; min: string; max: string; volume: string; volumeQuote: string; }