Tags give the ability to mark specific points in history as being important
  • 1.16.7
    d1091122 · 1.16.7 ·
    hitbtc order price fix #3304
    
    [ci skip]
  • 1.16.6
    c7dd7249 · 1.16.6 ·
    cryptopia BEAN → BITB fix #3380
    
    [ci skip]
  • 1.16.5
    c3037b03 · 1.16.5 ·
    btcalpha error handling fix #1742
    
    [ci skip]
  • 1.16.4
    e154a70b · 1.16.4 ·
    bitfinex ORS → ORS Group fix #3230
    
    [ci skip]
  • 1.16.3
    a99a05b7 · 1.16.3 ·
    1.16.2
    
    [ci skip]
    
    [ci skip]
  • 1.16.2
    29325c4a · 1.16.2 ·
    Python 3.7 support, updated README.md
    
    [ci skip]
  • 1.16.1
    90ba93bd · 1.16.1 ·
    1.16.0
    
    [ci skip]
  • 1.15.47
    5cf7f76b · 1.15.47 ·
    hadax FAIR → FairCoin fix #3364
    
    [ci skip]
  • 1.15.46
    aa767c27 · 1.15.46 ·
    gateio cancelOrder error string fix
    
    [ci skip]
  • 1.15.45
    a8996798 · 1.15.45 ·
    minor transpiler fix for yobit #3372
    
    [ci skip]
  • 1.15.44
    ac5371d3 · 1.15.44 ·
    1.15.43
    
    [ci skip]
    
    [ci skip]
  • 1.15.43
    7d179ae1 · 1.15.43 ·
    hitbtc2 added missing loadMarkets to withdraw fix #3366
    
    [ci skip]
  • 1.15.42
    3e33a120 · 1.15.42 ·
    zaif quick patch for fetchTrades / emulated fetchOHLCV / empty trades response fix #3362
    
    [ci skip]
  • 1.15.41
    a5ee8d70 · 1.15.41 ·
    livecoin BTCH → Bithash fix #3357
    
    [ci skip]
  • 1.15.40
    dd578183 · 1.15.40 ·
    added a second vss rule for ccxt version fix #3361
    
    [ci skip]
  • 1.15.39
    564e666c · 1.15.39 ·
    Fix kucoin order status.
    
    When I query a kucoin order after creating it, this is the result:
    
    ```
    {
        "info": {
            "coinType": "ETH",
            "dealValueTotal": 0,
            "feeTotal": 0,
            "userOid": "5a7ae81903d6440e9981c7b4",
            "dealAmount": 0,
            "coinTypePair": "USDT",
            "type": "BUY",
            "orderOid": "5b35c6579350c87d96523742",
            "createdAt": 1530250839000,
            "dealOrders": {
                "total": 0,
                "firstPage": true,
                "lastPage": false,
                "datas": [],
                "currPageNo": 1,
                "limit": 20,
                "pageNos": 1
            },
            "dealPriceAverage": 0,
            "orderPrice": 410.867406,
            "pendingAmount": 1.2393974
        },
        "id": "5b35c6579350c87d96523742",
        "timestamp": 1530250839000,
        "datetime": "2018-06-29T05:40:39.000Z",
        "lastTradeTimestamp": null,
        "symbol": "ETH/USDT",
        "type": "limit",
        "side": "buy",
        "price": 410.867406,
        "amount": 1.2393974,
        "cost": 509.22799474114447,
        "filled": 0,
        "remaining": 1.2393974,
        "status": "open",
        "fee": {
            "cost": 0,
            "rate": null,
            "currency": "ETH"
        },
        "trades": []
    }
    ```
    
    And this is the order status after canceling it:
    
    ```
    {
        "info": {
            "coinType": "ETH",
            "dealValueTotal": 0,
            "feeTotal": 0,
            "userOid": "5a7ae81903d6440e9981c7b4",
            "dealAmount": 0,
            "coinTypePair": "USDT",
            "type": "BUY",
            "isActive": false,
            "orderOid": "5b35c6579350c87d96523742",
            "createdAt": 1530250839000,
            "dealOrders": {
                "total": 0,
                "firstPage": true,
                "lastPage": false,
                "datas": [],
                "currPageNo": 1,
                "limit": 20,
                "pageNos": 1
            },
            "dealPriceAverage": 0,
            "orderPrice": 410.867406,
            "pendingAmount": 1.2393974
        },
        "id": "5b35c6579350c87d96523742",
        "timestamp": 1530250839000,
        "datetime": "2018-06-29T05:40:39.000Z",
        "lastTradeTimestamp": null,
        "symbol": "ETH/USDT",
        "type": "limit",
        "side": "buy",
        "price": 410.867406,
        "amount": 1.2393974,
        "cost": 509.22799474114447,
        "filled": 0,
        "remaining": 1.2393974,
        "status": "open",
        "fee": {
            "cost": 0,
            "rate": null,
            "currency": "ETH"
        },
        "trades": []
    }
    ```
    
    Note that the `info` dict does not contain any `status` key. The first response contains no status information it seems. The second one has an `isActive=false` flag.
    
    I changed the way we are reading the status then.
    
    [ci skip]
  • 1.15.38
    937bbc8e · 1.15.38 ·
    1.15.37
    
    [ci skip]
    
    [ci skip]
  • 1.15.37
    a6851617 · 1.15.37 ·
    binance web endpoint assetWithdraw/getAllAsset.html refix #3347
    
    [ci skip]
  • 1.15.36
    8b920a9b · 1.15.36 ·
    added coinfalcon referral url
    
    [ci skip]
  • 1.15.35
    35321a5b · 1.15.35 ·
    cryptopia updated API doc urls
    
    [ci skip]