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

Method futures_time

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

Source from the content-addressed store, hash-verified

1918 futures_ping.__doc__ = Client.futures_ping.__doc__
1919
1920 async def futures_time(self):
1921 return await self._request_futures_api("get", "time")
1922
1923 futures_time.__doc__ = Client.futures_time.__doc__
1924

Callers

nothing calls this directly

Calls 1

_request_futures_apiMethod · 0.95

Tested by

no test coverage detected