MCPcopy Create free account
hub / github.com/ccxt/ccxt / fetch_time

Method fetch_time

python/ccxt/async_support/base/exchange.py:795–796  ·  view source on GitHub ↗
(self, params={})

Source from the content-addressed store, hash-verified

793 raise NotSupported(self.id + ' unWatchOrderBook() is not supported yet')
794
795 async def fetch_time(self, params={}):
796 raise NotSupported(self.id + ' fetchTime() is not supported yet')
797
798 async def fetch_trading_limits(self, symbols: Strings = None, params={}):
799 raise NotSupported(self.id + ' fetchTradingLimits() is not supported yet')

Callers 1

load_time_differenceMethod · 0.95

Calls 1

NotSupportedClass · 0.90

Tested by

no test coverage detected