Skip to content

更新日志

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 取值含 1hmyTrades 上限实际为 100 等)。
  • 新增:合约 all_tickerget_all_indexPricepublic_all_index_tag_priceopenOrdersCounttradesRecordadlRecordliquidationListprofitLossOrdertrigger_order_listcancel_trigger_orderpositionscapitaledit_leveredit_user_position_model 等接口。
  • 新增:合约资金划转 futures_transfer / futures_balance 的 RSA 签名说明(不复用 HMAC 的 X-CH-SIGN)。
  • 新增基本信息 中追加 GET 与 POST 两套端到端签名示例(PreHash + openssl + curl)。