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

Method futures_ping

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

Source from the content-addressed store, hash-verified

1913 get_universal_transfer_history.__doc__ = Client.get_universal_transfer_history.__doc__
1914
1915 async def futures_ping(self):
1916 return await self._request_futures_api("get", "ping")
1917
1918 futures_ping.__doc__ = Client.futures_ping.__doc__
1919

Callers

nothing calls this directly

Calls 1

_request_futures_apiMethod · 0.95

Tested by

no test coverage detected