Tags give the ability to mark specific points in history as being important
  • 1.16.48
    3a097975 · 1.16.48 ·
    kraken: Support more parseTrade formats.
    
    Kraken's QueryTrades API returns trades in the following format:
    
    ```
    {'ordertxid': 'OAECDR-64FLC-O3MSJE', 'postxid': 'TKH2SE-M7IF5-CFI7LT', 'pair': 'XETHZUSD', 'time': 1528665448.7311, 'type': 'buy', 'ordertype': 'limit', 'price': '516.67000', 'cost': '3.63303', 'fee': '0.00581', 'vol': '0.00703162', 'margin': '0.00000', 'misc': ''}
    ```
    
    `parseTrade` can now handle this because it no longer requires an `id` key.
    
    [ci skip]
  • 1.16.47
    be022412 · 1.16.47 ·
    remove bitz warning merge #3413, fix #3271
    
    [ci skip]
  • 1.16.46
    9b353d59 · 1.16.46 ·
    1.16.45
    
    [ci skip]
  • 1.16.44
    1c172bf0 · 1.16.44 ·
    independentreserve fix #2567
    
    [ci skip]
  • 1.16.43
    54f397d4 · 1.16.43 ·
    fcoin createOrder response fix #3225
    
    [ci skip]
  • 1.16.42
    fe8c391c · 1.16.42 ·
    cobinhood withdraw removed fix #2679
    
    [ci skip]
  • 1.16.41
    22edbc80 · 1.16.41 ·
    poloniex fix #3411
    
    [ci skip]
  • 1.16.40
    302012dc · 1.16.40 ·
    qryptos fetchTrades since milliseconds vs seconds fix
    
    [ci skip]
  • 1.16.39
    ecc5aed7 · 1.16.39 ·
    Fix bitstamp fee in case no transactions.
    
    If an order is cancelled before there can be any transactions, the structure currently looks like this, which is a bit unexpected:
    
    ```
    {'cost': None, 'currency': 'EUR'}
    ```
    
    Full response:
    
    ```
    {'id': '1777642340', 'datetime': None, 'timestamp': None, 'lastTradeTimestamp': None, 'status': 'Canceled', 'symbol': 'BTC/EUR', 'type': None, 'side': None, 'price': None, 'cost': None, 'amount': None, 'filled': 0.0, 'remaining': None, 'trades': [], 'fee': {'cost': None, 'currency': 'EUR'}, 'info': {'status': 'Canceled', 'id': 1777642340, 'transactions': []}}
    ```
    
    Since the parsing logic is assuming that the result contains a transaction list with the fees, if there is such a list, but the list is empty, it  seem reasonable to assume that the fee then is 0.
    
    [ci skip]
  • 1.16.38
    6c901e3a · 1.16.38 ·
    1.16.37
    
    [ci skip]
    
    [ci skip]
  • 1.16.37
    14deb757 · 1.16.37 ·
    Fix gate.io feeRate
    
    gate.io gives as the fee rate ``0.18``, but they mean ``0.18%``, so it should really be ``0.0018`.
    
    [ci skip]
  • 1.16.36
    02b91f0c · 1.16.36 ·
    hitbtc2 override has['fetchOrderTrades'] = false until implemented in v2 as well #3400
    
    [ci skip]
  • 1.16.35
    095f9e3d · 1.16.35 ·
    typo
    
    [ci skip]
  • 1.16.34
    90330286 · 1.16.34 ·
    removed debug browser build from package.json
    
    [ci skip]
  • 1.16.33
    ee8c016d · 1.16.33 ·
    A bogus edit to test Travis CI liveness (it hasn't been working for a while...)
    
    [ci skip]
  • 1.16.32
    dc5e7bbb · 1.16.32 ·
    stripping comments simplified
    
    [ci skip]
  • 1.16.31
    c3c24f2f · 1.16.31 ·
    cointiger parseTrade orderId
    
    [ci skip]
  • 1.16.30
    9a29f769 · 1.16.30 ·
    cointiger has['fetchOrder'] = false, has['fetchOrderTrades'] = false until tested
    
    [ci skip]
  • 1.16.29
    e1047755 · 1.16.29 ·
    1.16.28
    
    [ci skip]
    
    [ci skip]
  • 1.16.28
    55ad2dc3 · 1.16.28 ·
    rightbtc python fixes for math with None
    
    [ci skip]