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

Method futuresPing

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

Source from the content-addressed store, hash-verified

4481
4482 //** Futures methods */
4483 async futuresPing(params: Dict = {}) {
4484 return await this.publicFuturesRequest('v1/ping', params);
4485 }
4486
4487 async futuresTime(params: Dict = {}) {
4488 return await this.publicFuturesRequest('v1/time', params).then(r => r.serverTime);

Callers

nothing calls this directly

Calls 1

publicFuturesRequestMethod · 0.95

Tested by

no test coverage detected