Change Log
2025-12-26
Time-sensitive Notice
- The following change to REST API will occur at approximately 2026-01-15 07:00 UTC:
When calling endpoints that require signatures, percent-encode payloads before computing signatures. Requests that do not follow this order will be rejected with-1022 INVALID_SIGNATURE. Please review and update your signing logic accordingly.
REST API
- Updated documentation for REST API regarding Signed Endpoints examples for placing an order.
2023-04-18
- New endpoints for Spot Algo:
POST /sapi/v1/algo/spot/newOrderTwapto support new orderDELETE /sapi/v1/algo/spot/orderto support cancel Algo orderGET /sapi/v1/algo/spot/openOrdersto support query Algo open ordersGET /sapi/v1/algo/spot/historicalOrdersto support query Algo historical ordersGET /sapi/v1/algo/spot/subOrdersto support query Algo sub orders for a specified algoId
2022-04-27
- New endpoint for Futures Algo:
POST /sapi/v1/algo/futures/newOrderTwapto support Twap new order
FAQ: Time-Weighted Average Price(Twap) Introduction
2022-04-13
- New endpoints for Futures Algo:
POST /sapi/v1/algo/futures/newOrderVpto support VP new orderDELETE /sapi/v1/algo/futures/orderto support cancel Algo orderGET /sapi/v1/algo/futures/openOrdersto support query Algo open ordersGET /sapi/v1/algo/futures/historicalOrdersto support query Algo historical ordersGET /sapi/v1/algo/futures/subOrdersto support query Algo sub orders for a specified algoId