UNPKG

ftx-api-typed

Version:

Node.js/typescript connector for FTX's REST APIs and WebSockets

15 lines (14 loc) 276 B
export interface QuoteStatus { baseCoin: string; cost: number; expired: boolean; expiry: number; filled: boolean; fromCoin: string; id: number; price: number; proceeds: number; quoteCoin: string; side: string; toCoin: string; }