UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

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