(self)
| 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: |