UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

8 lines (7 loc) 116 B
export interface PublicTrade { id: number; price: string; qty: string; side: string; timestamp: string; }