Skip to content

Releases: HuobiRDCenter/huobi_Python

1.0.11

03 Apr 08:29
Compare
Choose a tag to compare

modify subscribe for account update with currency balance information

  • subscribe : account update

1.0.10

26 Feb 06:12
Compare
Choose a tag to compare
  • modify api for response&params
    GET /v1/order/orders/{order-id} 1. add client-order-id in response
    GET /v1/order/orders/getClientOrder 1. add client-order-id in response
    GET /v1/order/openOrders 1. add client-order-id in response
    GET /v1/order/orders 1. add client-order-id in response 2.add params start-time and end-time
    GET /v1/order/history 1. add client-order-id in response
    GET /v2/reference/currencies 1. add baseChain,baseChainProtocol in response

  • add new api
    GET /v2/reference/transact-fee-rate
    GET /v1/margin/loan-info
    GET /v1/cross-margin/loan-info

1.0.9

07 Jan 05:58
Compare
Choose a tag to compare

add

  1. POST /v1/order/batch-orders
  2. POST /v2/sub-user/management
    modify
  3. POST /v1/order/orders/batchcancel
    param remove symbol
    param add client-order-ids
    return success and failed detail info

1.0.8

11 Dec 06:19
Compare
Choose a tag to compare

add subscribe accounts.update#{mode}
add subscribe trade.clearing#${symbol}

1.0.7

06 Dec 12:45
Compare
Choose a tag to compare

fix bug in websocketconnection.py to support wss://api-aws.huobi.pro

1.0.6

27 Nov 12:53
fed82d4
Compare
Choose a tag to compare

1.update UT
2.remove timeserver
3.add subscribe mbp and request mbp
4.add performance test code

1.0.5

02 Nov 05:50
Compare
Choose a tag to compare

compatiable tradeId for subscribe trade detail and request trade detail.
Trade model no change and no impact to user test case

1.0.4

30 Oct 07:40
aa9c9c9
Compare
Choose a tag to compare

Huobi Global API Python SDK version 1.0.4

1.RELEASE NOTE - Huobi Global API SDK 1.0.4

2019-10-30

  • add new api

    /v2/reference/currencies
    /v2/account/deposit/address
    /v2/account/withdraw/quota
    /v1/account/history
    
    /v1/cross-margin/transfer-in
    /v1/cross-margin/transfer-out
    /v1/cross-margin/orders
    /v1/cross-margin/orders/{order-id}/repay
    /v1/cross-margin/loan-orders
    /v1/cross-margin/accounts/balance
    
  • add data item tradeId in below apis

    /market/trade
    /market/history/trade
    market.$symbol.trade.detail
    
  • align output data with API document for below apis

    /v1/margin/loan-orders   
    /v1/query/deposit-withdraw 
    

1.0.3

28 Oct 10:11
9e3be39
Compare
Choose a tag to compare

Huobi Global API Python SDK version 1.0.3

1.RELEASE NOTE - Huobi Global API SDK 1.0.3

2019-10-28

  1. add new state defination in order state and account type

1.0.2

26 Sep 10:32
40a6b27
Compare
Choose a tag to compare

Huobi Global API Python SDK version 1.0.2

1.RELEASE NOTE - Huobi Global API SDK 1.0.2

2019-09-26

  1. Added support for the following Websocket request interface:

Market Websocket:

"req": "market.$symbol.kline.$period"
"req": "market.type"
"req": "market.$symbol.trade.detail"
"req": "market.$symbol.detail"

Asset Websocket:

"topic": "accounts.list"
"topic": "orders.list"
"topic": "orders.detail"
  1. Added support following Websocket subscription topic:
market.$symbol.bbo

2.版本说明: 火币官方API SDK 1.0.2

2019-09-26

  1. 新增支持以下Websocket请求接口:

行情相关:

"req": "market.$symbol.kline.$period"
"req": "market.type"
"req": "market.$symbol.trade.detail"
"req": "market.$symbol.detail"

"req": "market.$symbol.depth.$type"

"req": "market.$symbol.trade.detail"

"req": "market.$symbol.detail"```

资产相关:

"topic": "accounts.list"
"topic": "orders.list"
"topic": "orders.detail"
  1. 新增支持以下Websocket订阅主题:
market.$symbol.bbo