Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.16.58
    2fa4873a · 1.16.58 ·
    bitfinex2 /long/hist → :long/hist candles fix #3424
    
    [ci skip]
  • 1.16.57
    a8c1ea94 · 1.16.57 ·
    use this.market in huobipro fetchMyTrades
    
    [ci skip]
  • 1.16.56
    a198a496 · 1.16.56 ·
    removed unnecessary double-filtering
    
    [ci skip]
  • 1.16.55
    a9cc6956 · 1.16.55 ·
    more fixes to cryptopia #3421
    
    [ci skip]
  • 1.16.54
    e3ba4d8b · 1.16.54 ·
    1.16.53
    
    [ci skip]
    
    [ci skip]
  • 1.16.53
    12186a22 · 1.16.53 ·
    added more to ddos protection in the manual
    
    [ci skip]
  • 1.16.52
    74e0b381 · 1.16.52 ·
    minor transpiler edits and comments
    
    [ci skip]
  • 1.16.51
    69f6f04b · 1.16.51 ·
    cli: fixed a bug with 'printSupportedExchanges' with unknown exchange
    
    [ci skip]
  • 1.16.50
    77fa513e · 1.16.50 ·
    bigone parseTicker previousDayClose → previousClose
    
    [ci skip]
  • 1.16.49
    59c2207b · 1.16.49 ·
    1.16.48
    
    [ci skip]
    
    [ci skip]
  • 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]