Releases: HuobiRDCenter/huobi_Python
1.0.1
RELEASE NOTE - Huobi Global API SDK (Python)
2019-09-19
- Supported following REST endpoints:
GET /v1/order/orders/getClientOrder
POST /v1/order/orders/submitCancelClientOrder
GET /v1/fee/fee-rate/get
GET /v1/common/symbols
POST /v1/futures/transfer
GET /v1/order/history
GET /market/trade
- Supported following Websocket subscription topic:
orders.$symbol.update
- Enhanced features to support request fields “from”, “direct”, and “size”, for following REST endpoints:
GET /v1/order/orders
GET /v1/order/matchresults
GET /v1/order/openOrders
- Enhanced features to support stop limit order type for following endpoint:
POST /v1/order/orders/place
- Enhanced features to support response fields “role”, “filled-points”, and “fee-deduct-currency”, for following REST endpoints:
GET /v1/order/orders/{order-id}/matchresults
GET /v1/order/matchresults
版本说明: 火币官方API SDK(Python)
2019-09-19
- 新增以下restful接口:
GET /v1/order/orders/getClientOrder
POST /v1/order/orders/submitCancelClientOrder
GET /v1/fee/fee-rate/get
GET /v1/common/symbols
POST /v1/futures/transfer
GET /v1/order/history
GET /market/trade
- 新增以下Websocket订阅主题:
orders.$symbol.update
- 以下restful接口增加”from“,”direct ”, “size“ 请求字段:
GET /v1/order/orders
GET /v1/order/matchresults
GET /v1/order/openOrders
- 以下接口增加止盈止损订单类型:
POST /v1/order/orders/place
- 以下restful接口增加“role”,“ filled-points”,“ fee-deduct-currency”返回字段:
GET /v1/order/orders/{order-id}/matchresults
GET /v1/order/matchresults