UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

13 lines (12 loc) 209 B
export interface Trade { id: string; orderId: string; clientOrderId: string; symbol: string; side: string; quantity: string; price: string; fee: string; timestamp: string; taker: string; }