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

Method set_headers

python/ccxt/base/exchange.py:5378–5379  ·  view source on GitHub ↗
(self, headers)

Source from the content-addressed store, hash-verified

5376 return self.seconds()
5377
5378 def set_headers(self, headers):
5379 return headers
5380
5381 def currency_id(self, code: str):
5382 currency = self.safe_dict(self.currencies, code)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected