(params: Dict = {})
| 4485 | } |
| 4486 | |
| 4487 | async futuresTime(params: Dict = {}) { |
| 4488 | return await this.publicFuturesRequest('v1/time', params).then(r => r.serverTime); |
| 4489 | } |
| 4490 | /** |
| 4491 | * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Exchange-Information |
| 4492 | * @returns |
no test coverage detected