Skip to content

Releases: HuobiRDCenter/huobi_Python

1.0.1

18 Sep 08:57
Compare
Choose a tag to compare

RELEASE NOTE - Huobi Global API SDK (Python)

2019-09-19

  1. 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

  1. Supported following Websocket subscription topic:

orders.$symbol.update

  1. 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

  1. Enhanced features to support stop limit order type for following endpoint:

POST /v1/order/orders/place

  1. 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

  1. 新增以下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

  1. 新增以下Websocket订阅主题:

orders.$symbol.update

  1. 以下restful接口增加”from“,”direct ”, “size“ 请求字段:

GET /v1/order/orders
GET /v1/order/matchresults
GET /v1/order/openOrders

  1. 以下接口增加止盈止损订单类型:

POST /v1/order/orders/place

  1. 以下restful接口增加“role”,“ filled-points”,“ fee-deduct-currency”返回字段:

GET /v1/order/orders/{order-id}/matchresults
GET /v1/order/matchresults