UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

7 lines (6 loc) 117 B
export interface Balance { currency: string; available: string; reserved: string; reservedMargin?: string; }