Changelog
2026-04-29
- Signature documentation corrected: the
PreHashformula is now stated explicitly astimestamp + method + requestPath + (?queryString)? + body, andrequestPathexcludes the gateway prefixes/spot/openand/futures/open— sign with/sapi/v1/...or/fapi/v1/...only. The most common integration failures are documented in the FAQ checklist. - Spot
/sapiand futures/fapirewritten to match the actual backend controllers (Spot trading, Futures trading). Added or corrected several fields (symbols.limitPriceMin/limitVolumeMin/marketBuyMin/marketSellMin, futures klineintervalaccepts1h,myTrades.limitis capped at 100, etc.). - Added futures endpoints:
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. - Added documentation for the RSA-signed funds-transfer endpoints
futures_transfer/futures_balance(these do not reuseX-CH-SIGN). - Added end-to-end signing examples for both GET and POST in General information (PreHash + openssl + curl).