UNPKG

crypto-client

Version:

An unified client for all cryptocurrency exchanges.

10 lines (9 loc) 202 B
export interface DepositAddress { symbol: string; platform: string; address: string; memo?: string; fee?: number; max_deposit_amount?: number; min_deposit_amount?: number; }