Tags give the ability to mark specific points in history as being important
  • 1.15.34
    a7007c59 · 1.15.34 ·
    btctradeim describe options['quoteIds'] in PHP fix #3343
    
    [ci skip]
  • 1.15.33
    83e82da4 · 1.15.33 ·
    1.15.32
    
    [ci skip]
    
    [ci skip]
  • 1.15.32
    7d4caf5a · 1.15.32 ·
    cryptopia parseOrder timestamp fix #3351
    
    [ci skip]
  • 1.15.31
    2a7f99f2 · 1.15.31 ·
    binance added getAllAsset endpoint fix #3347
    
    [ci skip]
  • 1.15.30
    82c9312d · 1.15.30 ·
    1.15.29
    
    [ci skip]
    
    [ci skip]
  • 1.15.29
    c937a984 · 1.15.29 ·
    Add check for symbol on Bitfinex fetchMyTrades
    
    [ci skip]
  • 1.15.28
    3c8d62f4 · 1.15.28 ·
    cobinhood SMT → SocialMedia.Market fix #3340
    
    [ci skip]
  • 1.15.27
    bd663e01 · 1.15.27 ·
    Fix currency conversion in bitfinex2.fetchBalance
    
    I fetchBalance response might look like this:
    
    ```
    {'info': [['exchange', 'BTC', 0.0028705, 0, None],
      ['exchange', 'ETH', 3.269e-05, 0, None],
      ['exchange', 'IOT', 163.32420707, 0, None]],
     'BTC': {'free': None, 'used': 0.0, 'total': 0.0028705},
     'ETH': {'free': None, 'used': 0.0, 'total': 3.269e-05},
     'IOTA': {'free': None, 'used': 0.0, 'total': 163.32420707},
     'free': {'BTC': None, 'ETH': None, 'IOTA': None},
     'used': {'BTC': 0.0, 'ETH': 0.0, 'IOTA': 0.0},
     'total': {'BTC': 0.0028705, 'ETH': 3.269e-05, 'IOTA': 163.32420707}}
    ```
    
    As you can see, `IOT` is not properly converted to `IOTA.  Note that the code as returned from bitfinex is `IOT`, and does not have a `t` prefix. `this.currencies_by_id` looks like this:
    
    ```
    'IOTA': {'id': 'tIOT', 'code': 'IOTA'},
    ```
    
    Here, the id is prefixed with a `t`. The code in fetchBalance also checks for a prefixed `t`.  Currently then, `commonCurrencyCode` is not called.
    
    [ci skip]
  • 1.15.26
    b5ce1b18 · 1.15.26 ·
    minor edit to binance error handling for "Rest API trading is not enabled."
    
    [ci skip]
  • 1.15.25
    49853ced · 1.15.25 ·
    coinex minor edits
    
    [ci skip]
  • 1.15.24
    767c66dd · 1.15.24 ·
    cmc VET vs VEN / lbank #3179
    
    [ci skip]
  • 1.15.23
    abeed939 · 1.15.23 ·
    lbank fetchMarkets symbols underscore vet_erc20_usdt fix #3239
    
    [ci skip]
  • 1.15.22
    7e0fbb2a · 1.15.22 ·
    Cobinhood order cost should respect filled amount
    
    Imagine this order:
    
    ```
    {
        "id": "efdd2453-f415-46d6-92f1-13dbac888565",
        "datetime": "2018-06-23T12:39:30.152Z",
        "timestamp": 1529757570152,
        "lastTradeTimestamp": null,
        "status": "canceled",
        "symbol": "ETH/USDT",
        "type": "limit",
        "side": "sell",
        "price": 469.69,
        "cost": 92.91219704,
        "amount": 0.197816,
        "filled": 0.10610126,
        "remaining": 0.09171473999999999,
        "trades": null,
        "fee": null,
        "info": {
            "id": "efdd2453-f415-46d6-92f1-13dbac888565",
            "trading_pair_id": "ETH-USDT",
            "side": "ask",
            "type": "limit",
            "price": "469.65",
            "size": "0.197816",
            "filled": "0.10610126",
            "state": "cancelled",
            "timestamp": 1529757570152,
            "eq_price": "469.69",
            "completed_at": "2018-06-23T12:39:55.65166Z",
            "source": "exchange"
        }
    }
    ```
    
    Here, the cost calculated by ccxt is wrong, because the order is only half-filled.
    
    [ci skip]
  • 1.15.21
    89ff8669 · 1.15.21 ·
    fcoin fetchOrder fix #3331
    
    [ci skip]
  • 1.15.20
    22736935 · 1.15.20 ·
    cointiger proper error handling for InsufficientFunds and code 1
    
    [ci skip]
  • 1.15.19
    3302b436 · 1.15.19 ·
    bittrex leftover bug fix #3329
    
    [ci skip]
  • 1.15.18
    293f0bb4 · 1.15.18 ·
    bittrex optional price precision by quote currency code fix #3307
    
    [ci skip]
  • 1.15.17
    4cf3dc06 · 1.15.17 ·
    optional okex default behaviour fix #3316
    
    [ci skip]
  • 1.15.16
    f25e262b · 1.15.16 ·
    kucoin fetchTickers marketId / symbol fix #3328
    
    [ci skip]
  • 1.15.15
    c281d31d · 1.15.15 ·
    okex CAN → Content and AD Network fix #3327
    
    [ci skip]