UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

9 lines (8 loc) 138 B
export interface TradeOfOrder { id: number; quantity: string; price: string; fee: string; taker: string; timestamp: string; }