UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

4 lines (3 loc) 219 B
import { BinanceSignedClient } from '../../../clients'; import { spot } from '../../../info'; export declare function currentOpenOrders(client: BinanceSignedClient, symbol?: string): Promise<spot.OrderQueryResponse[]>;