MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / futuresTime

Method futuresTime

src/node-binance-api.ts:4487–4489  ·  view source on GitHub ↗
(params: Dict = {})

Source from the content-addressed store, hash-verified

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

Callers 1

runFunction · 0.95

Calls 1

publicFuturesRequestMethod · 0.95

Tested by

no test coverage detected