Change Log
2026-08-14
- New endpoints:
POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/create: create an OTC blocktrade as the maker.POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/list: list the maker's own blocktrades.POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/detail: query a blocktrade byorderId.POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/events: paginated blocktrade lifecycle/settlement events.POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/preview: preview an open blocktrade bysecretToken.POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/fulfil: fulfil a maker blocktrade as the taker.POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/remove: cancel open/unsettled blocktrades.POST /sapi/v1/w3w/wallet/prediction/otc/blocktrade/reserved-balances: query reserved USDT/share balances.POST /sapi/v1/w3w/wallet/prediction/deposit/apply: move funds from the bound CeDeFi MPC wallet to a CEX account.POST /sapi/v1/w3w/wallet/prediction/withdraw/apply: withdraw funds from a CEX account to the bound CeDeFi MPC wallet.- All of the above are restricted to authorized market makers.
2026-06-16
- Documentation enhancements (no API behavior changes):
POST /sapi/v1/w3w/wallet/prediction/trade/batch-cancel: removed the unused per-itemcancelInfoList[i].vendorfield (server auto-fillspredict_fun). Added Known Issues section covering the bracket-encoding incompatibility with mainstream HTTP libraries (Pythonrequests, JavaURI, Gonet/url, Nodeurl) — request returns-1022 Signature for this request is not validbecause clients percent-encode[/]while the server signs over raw bytes; included Python / Java / Go workarounds.POST /sapi/v1/w3w/wallet/prediction/transfer/inbound: added explicit warning that the endpoint requires SAS authorization (returns-31003if SAS is not enabled).POST /sapi/v1/w3w/wallet/prediction/trade/get-quote: documented the MARKET order minimum (amountIn≥ ~1.5 USDT, varies by market depth;LIMITorders are not subject to this minimum).GET /sapi/v1/w3w/wallet/prediction/transfer/status: corrected the response example — the success terminal state isCOMPLETED, notSUCCESS. Added the full set of status values (COMPLETED,FAILED,PROCESSING,PENDING).
2026-05-25
- Initial release of Prediction Trading APIs.
Was this page helpful?
Last modified on