Skip to content

Commit 979aabd

Browse files
committed
docs update
Made-with: Cursor
1 parent b211ffc commit 979aabd

4 files changed

Lines changed: 938 additions & 362 deletions

File tree

docs/changelog/2026-3-17.en.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@
1313
**Futures API Updates**
1414

1515
- Added **Event: TradePro** WebSocket stream to User Data Streams
16+
17+
**Futures V3 Deposit & Withdrawal Updates**
18+
19+
- Added **Get Server Time** endpoint (`GET /fapi/v3/time`)
20+
- Added **Signature** section with two subsections:
21+
- **API-KEY Signature (V1)**: HMAC SHA256 signing instructions
22+
- **Pro API-KEY Signature (V3)**: EIP712 typed data signing instructions with ethers.js example
23+
- Split **Withdraw Signature** into **EVM Withdraw Signature** and **Solana Withdraw Signature (optional)**
24+
- Added Ed25519 signing instructions and Node.js example for Solana withdrawals
25+
- Refactored withdrawal endpoints: removed `timestamp`, `recvWindow`, `HMAC signature` params; added `userNonce` and `userSignature` to Solana endpoints
26+
- Added 4 new V3 withdrawal endpoints (`fapi[v3]`): EVM and Solana variants for both futures and spot

docs/changelog/2026-3-17.zh.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@
1313
**合约 API 更新**
1414

1515
- 新增 **Event: TradePro** WebSocket 推送事件至用户数据流
16+
17+
**合约 V3 充值提现文档更新**
18+
19+
- 新增**获取服务器时间**接口(`GET /fapi/v3/time`
20+
- 新增**签名说明**章节,包含两个子章节:
21+
- **API-KEY 签名(V1)**:HMAC SHA256 签名说明
22+
- **Pro API-KEY 签名(V3)**:EIP712 typed data 签名说明,附 ethers.js 示例
23+
- 将原**提现签名**拆分为 **EVM 提现签名****Solana 提现签名(可选)**
24+
- 新增 Solana Ed25519 签名说明及 Node.js 示例
25+
- 重构提现接口:移除 `timestamp``recvWindow`、HMAC `signature` 参数;Solana 接口新增 `userNonce``userSignature` 参数
26+
- 新增 4 个 V3 提现接口(`fapi[v3]`):EVM 和 Solana,分别适用于 futures 和 spot

0 commit comments

Comments
 (0)