UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 385 B
import { BinanceSignedClient } from '../../../clients'; export interface GetIsolatedMarginTransferHistoryPayload { } export interface GetIsolatedMarginTransferHistoryResponse { coin: string; } export declare function getIsolatedMarginTransferHistory(client: BinanceSignedClient, payload: GetIsolatedMarginTransferHistoryPayload): Promise<GetIsolatedMarginTransferHistoryResponse>;