UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 375 B
import { BinanceSignedClient } from '../../../clients'; export interface QueryIsolatedMarginAccountInfoPayload { } export interface QueryIsolatedMarginAccountInfoResponse { coin: string; } export declare function queryIsolatedMarginAccountInfo(client: BinanceSignedClient, payload: QueryIsolatedMarginAccountInfoPayload): Promise<QueryIsolatedMarginAccountInfoResponse>;