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

Method implode_hostname

python/ccxt/base/exchange.py:6890–6891  ·  view source on GitHub ↗
(self, url: str)

Source from the content-addressed store, hash-verified

6888 return self.options['timeDifference']
6889
6890 def implode_hostname(self, url: str):
6891 return self.implode_params(url, {'hostname': self.hostname})
6892
6893 def fetch_market_leverage_tiers(self, symbol: str, params={}):
6894 if self.has['fetchLeverageTiers']:

Callers 15

lighter_create_clientMethod · 0.95
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80

Calls 1

implode_paramsMethod · 0.95

Tested by

no test coverage detected