UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 360 B
import { BinanceSignedClient } from '../../../clients'; export interface CreateIsolatedMarginAccountPayload { } export interface CreateIsolatedMarginAccountResponse { coin: string; } export declare function createIsolatedMarginAccount(client: BinanceSignedClient, payload: CreateIsolatedMarginAccountPayload): Promise<CreateIsolatedMarginAccountResponse>;