UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 345 B
import { BinanceSignedClient } from '../../../clients'; export interface MarginAccountCancelOrderPayload { } export interface MarginAccountCancelOrderResponse { coin: string; } export declare function marginAccountCancelOrder(client: BinanceSignedClient, payload: MarginAccountCancelOrderPayload): Promise<MarginAccountCancelOrderResponse>;