UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

7 lines (6 loc) 268 B
import { BinanceSignedClient } from '../../../clients'; export interface CancelAllOpenOrdersResponse { code: number; msg: string; } export declare function cancelAllOpenOrders(client: BinanceSignedClient, symbol: string): Promise<CancelAllOpenOrdersResponse>;