Notification of API Updates

Notification of API Updates

10/14/2024, 17:13:35

The KuCoin API has completed an upgrade without downtime, with specific optimizations as follows:

1. The high-frequency upgrade has been completed in spot. Currently, all users can use the high-frequency endpoint without whitelisting (the system is more stable and the rate limit is more relaxed),https://www.kucoin.com/docs/rest/spot-trading/spot-hf-trade-pro-account/place-hf-order
2. Spot Add: Get User Type endpoint,GET /api/v1/hf/accounts/opened
3. Spot Modify: Get Currency Detail endpoint,GET /api/v3/currencies/{currency},addwithdrawPrecision. needTag. maxWithdraw. maxDeposit response param
4. Spot Modify: Get Currency List endpoint,GET /api/v3/currencies,addwithdrawPrecision. needTag. maxWithdraw. maxDeposit response param
5. Spot Deprecate: Get Deposit Addresses endpoint,abandon the GET /api/v1/deposit-addresses endpoint and replace it with the GET /api/v3/deposit-addresses endpoint
6. Spot Deprecate: Get Deposit Addresses(V2) endpoint,abandon the GET /api/v2/deposit-addresses endpoint and replace it with the GET /api/v3/deposit-addresses endpoint
7. Spot Deprecate: Create Deposit Address endpoint,abandon the POST /api/v1/deposit-addresses endpoint and replace it with the POST /api/v3/deposit-address/create endpoint
8. Spot Deprecate: Apply Withdraw endpoint,abandon the POST /api/v1/withdrawals endpoint and replace it with the POST /api/v3/withdrawals endpoint
9. Futures Add: Batch cancel Orders endpoint, DELETE /api/v1/orders/multi-cancel endpoint

For more API communication or feedback, please join our official API Telegram group: https://t.me/KuCoin_API
Thank you for your support of KuCoin!
The KuCoin API Team