2026-5-07
2026-05-07¶
Futures V3 & Testnet — Modify Order Endpoint
- Added the
PUT /fapi/v3/order— Modify Order (TRADE) endpoint to Futures V3 and Futures Testnet (EN & ZH), placed before "Place Multiple Orders": - Supports modifying an existing
LIMITorder'squantityandprice - Both
quantityandpricemust be sent in the request - Either
orderIdororigClientOrderIdmust be provided (orderIdtakes precedence if both are sent) - Modifications that violate
PRICE_FILTER/PERCENT_FILTER/LOT_SIZEare rejected and the original order is preserved - Maximum 10000 modifications per order
Futures V3 & Testnet — Sub-Account Transfer Updates
- Updated the
Sub-Account Transferendpoint documentation in Futures V3 and Futures Testnet (EN & ZH): - Added a new row to the Transfer Scenarios table:
Sub A → Sub Bsigned with the sub-account's wallet private key (nofromAccountAddressrequired when the source is the signing sub-account) - Updated Important Notes: when signing with a sub-account's private key, both transfers to the master account and Sub→Sub transfers are supported (previously sub→sub had to be signed by the master account)