UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 350 B
import { BinanceSignedClient } from '../../../clients'; export interface QueryMaxTransferOutAmountPayload { } export interface QueryMaxTransferOutAmountResponse { coin: string; } export declare function queryMaxTransferOutAmount(client: BinanceSignedClient, payload: QueryMaxTransferOutAmountPayload): Promise<QueryMaxTransferOutAmountResponse>;