Releases: Kucoin/kucoin-node-sdk
v1.1.1
What's Changed
- feat: Added some APIs by @GannicusZhou in #63
Full Changelog: v1.1.0...v1.1.1
[1.1.1] - 2024-11-12
Added
- Spot High-Frequency Upgrade: All users can now use high-frequency interfaces without a whitelist. The system is more stable, and the rate limits are more relaxed.
- User Type API: Added
GET /api/v1/hf/accounts/opened
to determine the user type. - Fetch Announcements API: Added
GET /api/v3/announcements
to retrieve news and announcements.
Modified
- Get Currency Details API:
GET /api/v3/currencies/{currency}
now includes additional fields:withdrawPrecision
,needTag
,maxWithdraw
, andmaxDeposit
. - Get Currency List API:
GET /api/v3/currencies
now includes additional fields:withdrawPrecision
,needTag
,maxWithdraw
, andmaxDeposit
.
Deprecated
- Get Deposit Address API: Deprecated
GET /api/v1/deposit-addresses
, replaced byGET /api/v3/deposit-addresses
. - Get Deposit Address API (V2): Deprecated
GET /api/v2/deposit-addresses
, replaced byGET /api/v3/deposit-addresses
. - Apply for Deposit Address API: Deprecated
POST /api/v1/deposit-addresses
, replaced byPOST /api/v3/deposit-address/create
. - Apply for Withdrawal API: Deprecated
POST /api/v1/withdrawals
, replaced byPOST /api/v3/withdrawals
.
v1.1.0
v1.0.9
What's Changed
- Feature/2024.04.15 update get currency detail by @GannicusZhou in #58
- Feature/2024.05.29 may update by @GannicusZhou in #59
Full Changelog: v1.0.8...v1.0.9
kucoin-node-sdk-v1.0.8
Full Changelog: v1.0.6...v1.0.8
kucoin-node-sdk-v1.0.6
kucoin-node-sdk-v1.0.6
What's Changed
- feat: update init-configure by @GannicusZhou in #52
- feat: fix npmjs source by @GannicusZhou in #53
- Feature/2024.01.16 fix symbols v2 by @GannicusZhou in #54
- Feature/2024.01.16 fix symbols v2 by @GannicusZhou in #55
- Feature/2024.01.12 spot api by @GannicusZhou in #56
New Contributors
- @GannicusZhou made their first contribution in #52
Full Changelog: v1.0.5...v1.0.6
kucoin-node-sdk-v1.0.5
kucoin-node-sdk-v1.0.5
Add Get Deposit Addresses(V2) & Add Get Full Order Book(aggregated),Get Full Order Book(atomic) endpoints(V3 version)
08/09/21:
Modify the request parameter time range of Get Account Ledgers.
07/15/21:
modify the strategy of Request Rate Limit.
06/04/21:
Modify the query of the lifetime for the order by clientOid Get Single Order by clientOid
Modify the timestamp to millisecond Get an order
04/26/21:
Add Get Full Order Book(aggregated),Get Full Order Book(atomic) endpoints(V3 version), these endpoints requires the "General" permission
Deprecate Get Full Order Book(aggregated),Get Full Order Book(atomic) endpoints(V2 version)
Add Get Deposit Addresses(V2)
Margin API upgrade & Upgrade auth sign
- Margin API upgrade & Upgrade auth sign
- Increase handshake timeout on websocket from 30ms to 30sec
- Subscribe & UnSubscribe topic privateChannel
KuCoin Will Adjust Some API Interfaces
In order to further improve the quality of service, KuCoin will be disabling obsolete API and websocket functions from 15:00:00 to 16:00:00 on December 1, 2020 (UTC+8). During this period, spot websocket message push will be unstable, and there will be a short-term impact on market-related interfaces.Futures will not be affected. We apologize for any inconvenience this may cause.
The functions are as follows:
-
The V1 interface of all Level-2 Order Books (aggregated): GET/api/v1/market/orderbook/level2
-
All Level-3 Order Book (atomic) interfaces: GET /api/v1/market/orderbook/level3
-
Old version websocket: Full MatchEngine Data (Level 3)
-
Websocket private channel topic ({topic}:privateChannel:{userId})
If you are currently using any of the above endpoints and functions, please ensure that you leave sufficient time to change or migrate to other endpoints to not affect your normal trading.
Thanks for your support!
First release.
KuCoin API rest & datafeed.