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

Method request

python/ccxt/base/exchange.py:5546–5547  ·  view source on GitHub ↗
(self, path, api: Any = 'public', method='GET', params={}, headers: Any = None, body: Any = None, config={})

Source from the content-addressed store, hash-verified

5544 return None # self line is never reached, but exists for c# value return requirement
5545
5546 def request(self, path, api: Any = 'public', method='GET', params={}, headers: Any = None, body: Any = None, config={}):
5547 return self.fetch2(path, api, method, params, headers, body, config)
5548
5549 def load_accounts(self, reload=False, params={}):
5550 if reload:

Callers

nothing calls this directly

Calls 1

fetch2Method · 0.95

Tested by

no test coverage detected