2026-3-28
2026-03-28¶
Futures V3 / Spot V3 / Testnet API Updates
- Renamed endpoint
GET /fapi/v3/accounttoGET /fapi/v3/accountWithJoinMarginin Futures V3 and Futures Testnet - Removed deprecated Create API Key (
POST /api/v3/createApiKey) and Get API Key Nonce (POST /api/v3/getNonce) sections from Spot, Spot V3, and Spot Testnet docs - Removed
(HMAC SHA256)labels from all V3 API endpoint notations in Futures V3 and Spot V3 docs - Updated MARKET_DATA security type to no longer require authentication in Spot Testnet and Futures Testnet docs
- Updated Python code examples across Futures V3, Spot V3, Futures Testnet, and Spot Testnet general info:
- Added
import threadingand thread-safeget_nonce()using_nonce_lock - Refactored Futures Testnet and Spot Testnet examples to use
encode_structured_datawith unifiedsend_by_url/send_by_bodyfunctions - Added
batch_orders_deletedemo and DELETE HTTP method support in Futures V3 example
Chain RPC Updates
- Updated privacy mode note: privacy mode now only affects orders placed after it is enabled; historical orders remain visible
- Updated Get Open Orders: added note that only orders from block 1 genesis time (
1772678119418) onwards are returned; max 1000 records - Updated Get User Fills params:
symbol,from, andtoare now optional; removedlimitandpageparams; supports querying up to 7-day ranges - Renamed field
accountPrivy→accountPrivacyin all endpoint responses and field descriptions - Updated
symboldescription in Get Open Orders and Get User Fills: passnullor""to query all symbols