Dear KuCoin API users,
The Kucoin API account has been upgraded without downtime, and the specific optimization is as follows:
1. Add the historical spot market data download page: https://www.kucoin.com/markets/historydata
2. Spot add "/spotMarket/level1" websocket endpoint(BBO market data)
3. Spot modify "GET /api/v1/market/allTickers"endpoint, add "bestAskSize"、"bestBidSize" param.
4. Futures add "GET /api/v1/margin/maxWithdrawMargin"endpoint
5. Futures add "POST /api/v1/margin/withdrawMargin"endpoint
6. Futures add "POST /api/v1/orders/multi"endpoint
7. Futures add "GET /api/v1/contract/funding-rates"endpoint
8. Futures Modify "POST /api/v1/position/margin/deposit-margin" endpoint, Changed from "General" permission to "Futures Trading" permission. Implementation starts at the end of this month.
For more API communication or feedback, please join our official api telegram group: https://t.me/KuCoin_API or send email to newapi@kucoin.plus
Thank you for supporting KuCoin!
The KuCoin API Team