(params: Dict = {})
| 4614 | } |
| 4615 | |
| 4616 | async futuresGetDataStream(params: Dict = {}) { |
| 4617 | //A User Data Stream listenKey is valid for 60 minutes after creation. setInterval |
| 4618 | return await this.privateFuturesRequest('v1/listenKey', params, 'POST'); |
| 4619 | } |
| 4620 | |
| 4621 | async futuresKeepDataStream(params: Dict = {}) { |
| 4622 | return await this.privateFuturesRequest('v1/listenKey', params, 'PUT'); |
nothing calls this directly
no test coverage detected