UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

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