(params: Dict = {})
| 5202 | } |
| 5203 | |
| 5204 | async deliveryGetDataStream(params: Dict = {}) { |
| 5205 | //A User Data Stream listenKey is valid for 60 minutes after creation. setInterval |
| 5206 | return await this.privateDeliveryRequest('v1/listenKey', params, 'POST'); |
| 5207 | } |
| 5208 | |
| 5209 | async deliveryKeepDataStream(params: Dict = {}) { |
| 5210 | return await this.privateDeliveryRequest('v1/listenKey', params, 'PUT'); |
nothing calls this directly
no test coverage detected