Skip to content

Commit

Permalink
Merge pull request #96 from HuobiRDCenter/v3
Browse files Browse the repository at this point in the history
readme文档更新
  • Loading branch information
huobiapi authored Feb 7, 2024
2 parents fec3a08 + 9636b06 commit ef5324d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Build Status](https://travis-ci.com/HuobiRDCenter/huobi_Java.svg?branch=master)](https://travis-ci.com/HuobiRDCenter/huobi_Java)

# Huobi Java SDK v3
# Huobi Java SDK For Spot v3

This is Huobi Java SDK v3, you can import to your project and use this SDK to query all market data, trading and manage your account. The SDK supports RESTful API invoking, and subscribing the market, account and order update from the WebSocket connection.

If you already use SDK v1 or v2, it is strongly suggested migrate to v3 as we refactor the implementation to make it simpler and easy to maintain. We will stop the maintenance of v2 in the near future. Please refer to the instruction on how to migrate v1 or v2 to v3 in section [Migrate from v1 or v2](#Migrate-from-v1)
If you already use SDK v1 or v2, it is strongly suggested migrate to v3 as we refactor the implementation to make it simpler and easy to maintain. The SDK v3 is completely consistent with the API documentation of the new HTX open platform. Compared to SDK versions v1 and v2, due to changes in parameters of many interfaces, in order to match the latest interface parameter situation, v3 version has made adjustments to parameters of more than 80 interfaces to ensure that requests can be correctly initiated and accurate response data can be obtained. Meanwhile, the v3 version has added over 130 new interfaces available for use, greatly expanding the number of available interfaces. We will stop the maintenance of v2 in the near future. Please refer to the instruction on how to migrate v1 or v2 to v3 in section [Migrate from v1 or v2](#Migrate-from-v1-or-v2)

## Table of Contents

Expand All @@ -13,7 +13,7 @@ If you already use SDK v1 or v2, it is strongly suggested migrate to v3 as we re
- [Folder structure](#Folder-structure)
- [Run examples](#Run-examples)
- [Client](#client)
- [Migrate from v1 or v2](#Migrate-from-v1 or v2)
- [Migrate from v1 or v2](#Migrate-from-v1-or-v2)
- [Request example](#Request-example)
- [Reference data](#Reference-data)
- [Market data](#Market-data)
Expand Down

0 comments on commit ef5324d

Please sign in to comment.