MCPcopy
hub / github.com/owocki/pytrader / returnTicker

Method returnTicker

history/poloniex.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 return self.post_process(jsonRet)
58
59 def returnTicker(self):
60 return self.api_query("returnTicker")
61
62 def return24Volume(self):
63 return self.api_query("return24Volume")

Callers 1

handleMethod · 0.80

Calls 1

api_queryMethod · 0.95

Tested by

no test coverage detected