MCPcopy Create free account
hub / github.com/sammchardy/python-binance / ping

Method ping

binance/async_client.py:340–341  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

338 # General Endpoints
339
340 async def ping(self) -> Dict:
341 return await self._get("ping")
342
343 ping.__doc__ = Client.ping.__doc__
344

Callers 1

createMethod · 0.95

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected