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

Method returnBalances

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

Source from the content-addressed store, hash-verified

72 # Outputs:
73 # {"BTC":"0.59098578","LTC":"3.31117268", ... }
74 def returnBalances(self):
75 return self.api_query('returnCompleteBalances')
76
77 # Returns your open orders for a given market, specified by the "currencyPair" POST parameter, e.g. "BTC_XCP"
78 # Inputs:

Callers 1

handleMethod · 0.80

Calls 1

api_queryMethod · 0.95

Tested by

no test coverage detected