8000 Tags · fredericramanda/ccxt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fredericramanda/ccxt

Tags

1.14.293

Toggle 1.14.293's commit message
gateio fetchDepositAddress XRP tag fix ccxt#3286

[ci skip]

1.14.292

Toggle 1.14.292's commit message
skip bitz on travis for now

[ci skip]

1.14.291

Toggle 1.14.291's commit message
bitmex['options']['fetchTickerQuotes'] = false by default fix ccxt#3273

[ci skip]

1.14.290

Toggle 1.14.290's commit message
from their fetchTickers API bitz will return some rare tickers set to…

… boolean false under their symbol key (sic!)

[ci skip]

1.14.289

Toggle 1.14.289's commit message
bittrex cancellation exception

[ci skip]

1.14.288

Toggle 1.14.288's commit message
bitfinex STORJ withdrawal currency name fix + made them optional fixes 

…ccxt#3269

[ci skip]

1.14.287

Toggle 1.14.287's commit message
huobi pro "signature check failed"

```python
>>> huobipro.fetch_balance()
  File "/usr/local/lib/python3.6/site-packages/ccxt/async/huobipro.py", line 461, in fetch_balance
    }, params))
  File "/usr/local/lib/python3.6/site-packages/ccxt/async/base/exchange.py", line 102, in fetch2
    return await self.fetch(request['url'], request['method'], request['headers'], request['body'])
  File "/usr/local/lib/python3.6/site-packages/ccxt/async/base/exchange.py", line 129, in fetch
    self.handle_errors(http_status_code, text, url, method, self.last_response_headers, text)
  File "/usr/local/lib/python3.6/site-packages/ccxt/async/huobipro.py", line 720, in handle_errors
    raise ExchangeError(feedback)
```
I'm honestly not sure what this error means, but perhaps it should be an `AuthenticationError`. In any case, it's worth it to include it in the `this.exceptions` list.

[ci skip]

1.14.286

Toggle 1.14.286's commit message
coinex linting fix ccxt#3266

[ci skip]

1.14.285

Toggle 1.14.285's commit message
typos, minor edits

[ci skip]

1.14.284

Toggle 1.14.284's commit message
livecoin removed default value from appendFiatCurrencies fix ccxt#3265

[ci skip]
0