UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 340 B
import { BinanceSignedClient } from '../../../clients'; export interface QueryMarginAccountOrderPayload { } export interface QueryMarginAccountOrderResponse { coin: string; } export declare function queryMarginAccountOrder(client: BinanceSignedClient, payload: QueryMarginAccountOrderPayload): Promise<QueryMarginAccountOrderResponse>;