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

Method ping

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

* Ping binance * @see https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#test-connectivity * @return {promise or undefined} - omitting the callback returns a promise

()

Source from the content-addressed store, hash-verified

4211 * @return {promise or undefined} - omitting the callback returns a promise
4212 */
4213 async ping() {
4214 return await this.publicSpotRequest('v3/ping', {});
4215 }
4216
4217 parseAggTrades(symbol: string, trades: any[]): AggregatedTrade[] {
4218 const parsedTrades: AggregatedTrade[] = [];

Callers 8

socketHeartbeatMethod · 0.80
live-tests.cjsFile · 0.80
socketHeartbeatFunction · 0.80
futuresSocketHeartbeatFunction · 0.80
deliverySocketHeartbeatFunction · 0.80

Calls 1

publicSpotRequestMethod · 0.95

Tested by

no test coverage detected