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

Method get_symbol_ticker_window

binance/async_client.py:714–715  ·  view source on GitHub ↗
(self, **params)

Source from the content-addressed store, hash-verified

712 get_symbol_ticker.__doc__ = Client.get_symbol_ticker.__doc__
713
714 async def get_symbol_ticker_window(self, **params):
715 return await self._get("ticker", data=params)
716
717 get_symbol_ticker_window.__doc__ = Client.get_symbol_ticker_window.__doc__
718

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected