Trade Functions - sketchthat/huobi-australia GitHub Wiki Offical Documentation Make an Order ordersPlace(symbol: string, type: TradeOrdersPlaceTypeType, accountId: string, amount: string, price?: string, source?: TradeOrdersPlaceSourceType): Promise<TradeOrdersPlace> Cancel Order ordersSubmitCancel(orderId: string): Promise<TradeOrdersPlace> Batch Cancel Orders ordersBatchCancel(orderIds: string[]): Promise<TradeOrdersBatchCancel> Get Order Information order(orderId: string): Promise<TradeOrder> Get Order Match Results orderMatchResults(orderId: string): Promise<TradeOrderMatchResults> Get Orders List orders(symbol: string, states: TradeOrderStatesType[], accountId?: string, types?: TradeOrderTypesType[], startDate?: string, endDate?: string, from?: string, direct?: TradeOrderDirectType, size?: string): Promise<TradeOrders> ⚠️ **GitHub.com Fallback** ⚠️