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

Method handle_authenticate

python/ccxt/pro/bitget.py:2371–2377  ·  view source on GitHub ↗
(self, client: Client, message)

Source from the content-addressed store, hash-verified

2369 return await self.watch(url, messageHash, message, subscriptionHash)
2370
2371 def handle_authenticate(self, client: Client, message):
2372 #
2373 # {event: "login", code: 0}
2374 #
2375 messageHash = 'authenticated'
2376 future = self.safe_value(client.futures, messageHash)
2377 future.resolve(True)
2378
2379 def handle_error_message(self, client: Client, message) -> Bool:
2380 #

Callers 1

handle_messageMethod · 0.95

Calls 2

safe_valueMethod · 0.80
resolveMethod · 0.65

Tested by

no test coverage detected