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

Method get_orderbook_ticker

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

Source from the content-addressed store, hash-verified

717 get_symbol_ticker_window.__doc__ = Client.get_symbol_ticker_window.__doc__
718
719 async def get_orderbook_ticker(self, **params):
720 return await self._get(
721 "ticker/bookTicker", data=params
722 )
723
724 get_orderbook_ticker.__doc__ = Client.get_orderbook_ticker.__doc__
725

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected