Notification of KuCoin API Update

Notification of KuCoin API Update

03/07/2024, 02:27:56

Dear KuCoin API users,
The KuCoin API has completed an upgrade without downtime, with specific optimizations as follows:
1.Broker addition: "GET /api/v1/broker/api/rebase/download" endpoint.
2.Spot modification: "GET /api/v1/market/candles" endpoint; added "1month" option to the "type" parameter.
3.Spot modification: "POST /api/v1/orders" endpoint; new restriction for the "remark" parameter — length must not exceed 50 characters (only ASCII encoding supported).
4.Spot modification: "POST /api/v1/orders/multi" endpoint; new restriction for the "remark" parameter — length must not exceed 50 characters (only ASCII encoding supported).
5.Margin modification: "POST /api/v1/margin/order" endpoint; new restriction for the "remark" parameter — length must not exceed 50 characters (only ASCII encoding supported).
6.Futures modification: "POST /api/v1/orders" endpoint; optimized the STP function. For futures STP, STP is set by default at the master account level, no need to enable the whitelist feature, you only need to include the "stp" parameter when placing an order. After using it, neither the master account nor any sub-accounts under it will be able to trade with themselves. For more details, please refer to the documentation: https://www.kucoin.com/docs/beginners/matching-engine/self-trade-prevention/introduction

For more API communication or feedback, please join our official API Telegram group: https://t.me/KuCoin_API or email to newapi@kucoin.plus.

Thank you for your support of KuCoin!

The KuCoin API Team