MCPcopy Create free account
hub / github.com/ccxt/ccxt / ping

Method ping

python/ccxt/pro/bybit.py:2349–2353  ·  view source on GitHub ↗
(self, client: Client)

Source from the content-addressed store, hash-verified

2347 self.handle_authenticate(client, message)
2348
2349 def ping(self, client: Client):
2350 return {
2351 'req_id': self.request_id(),
2352 'op': 'ping',
2353 }
2354
2355 def handle_pong(self, client: Client, message):
2356 #

Callers

nothing calls this directly

Calls 1

request_idMethod · 0.95

Tested by

no test coverage detected