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

Method time

src/node-binance-api.ts:1427–1430  ·  view source on GitHub ↗

* Get Binance server time * @return {promise or undefined} - omitting the callback returns a promise

()

Source from the content-addressed store, hash-verified

1425 * @return {promise or undefined} - omitting the callback returns a promise
1426 */
1427 async time() {
1428 const res = await this.publicSpotRequest('v3/time', {});
1429 return res;
1430 }
1431
1432 /**
1433 * Used to subscribe to a single websocket endpoint

Callers 2

live-tests.cjsFile · 0.80

Calls 1

publicSpotRequestMethod · 0.95

Tested by

no test coverage detected