UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 355 B
import { BinanceSignedClient } from '../../../clients'; export interface GetAllIsolatedMarginSymbolPayload { } export interface GetAllIsolatedMarginSymbolResponse { coin: string; } export declare function getAllIsolatedMarginSymbol(client: BinanceSignedClient, payload: GetAllIsolatedMarginSymbolPayload): Promise<GetAllIsolatedMarginSymbolResponse>;