Change Log
the latest update: 2026-06-16
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.