更新日志
2026-04-29
- 签名文档纠正:明确
PreHash公式为timestamp + method + requestPath + (?queryString)? + body;强调requestPath不包含 网关前缀/spot/open与/futures/open,仅使用/sapi/v1/...或/fapi/v1/...。客户对接失败的常见原因已在 常见问题 中给出排查清单。 - 现货
/sapi、合约/fapi接口梳理:根据后端实际控制器对 现货交易 与 合约交易 文档进行重写;新增 / 修正若干字段(symbols.limitPriceMin/limitVolumeMin/marketBuyMin/marketSellMin、合约 K 线interval取值含1h、myTrades上限实际为 100 等)。 - 新增:合约
all_ticker、get_all_indexPrice、public_all_index_tag_price、openOrdersCount、tradesRecord、adlRecord、liquidationList、profitLossOrder、trigger_order_list、cancel_trigger_order、positions、capital、edit_lever、edit_user_position_model等接口。 - 新增:合约资金划转
futures_transfer/futures_balance的 RSA 签名说明(不复用 HMAC 的X-CH-SIGN)。 - 新增:基本信息 中追加 GET 与 POST 两套端到端签名示例(PreHash + openssl + curl)。