(params: Dict = {})
| 5211 | } |
| 5212 | |
| 5213 | async deliveryCloseDataStream(params: Dict = {}) { |
| 5214 | return await this.privateDeliveryRequest('v1/listenKey', params, 'DELETE'); |
| 5215 | } |
| 5216 | |
| 5217 | async deliveryLiquidationOrders(symbol?: string, params: Dict = {}) { |
| 5218 | if (symbol) params.symbol = symbol; |
nothing calls this directly
no test coverage detected