UNPKG

ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

7 lines (6 loc) 323 B
import binance from './binance.js'; export default class binanceusdm extends binance { describe(): any; transferIn(code: string, amount: any, params?: {}): Promise<import("./base/types.js").TransferEntry>; transferOut(code: string, amount: any, params?: {}): Promise<import("./base/types.js").TransferEntry>; }