UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 370 B
import { BinanceSignedClient } from '../../../clients'; export interface IsolatedMarginAccountTransferPayload { } export interface IsolatedMarginAccountTransferResponse { coin: string; } export declare function isolatedMarginAccountTransfer(client: BinanceSignedClient, payload: IsolatedMarginAccountTransferPayload): Promise<IsolatedMarginAccountTransferResponse>;