UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

12 lines (11 loc) 183 B
export interface Ticker { timestamp: string; ask: string; bid: string; open: string; last: string; high: string; low: string; volume: string; volumeQuote: string; }