2026-5-26
2026-05-26¶
Prediction Testnet — New Documentation Section
- Added a brand-new top-level documentation section Prediction Testnet covering the Prediction Market API for testnet (EN & ZH).
- Following the
futures-v3folder convention, the documentation is split into 6 local files underdocs/prediction-testnet/: general-info.md— overview, agent settings, access restrictions, authentication, signing examples, public API parameters, filtersmarket-data.md— market data endpoints (exchangeInfo,depth,klines,ticker, etc.)account&trades.md— spot account & trading, plus prediction-market mint / burn / position / settlement / withdraw endpointswebsocket-market-streams.md— WebSocket market data streamsuser-data-streams.md— WebSocket account-info push (listen key, account update, order update, etc.)error-codes.md— error code reference (10xx / 11xx / 20xx / 40xx)- Highlights:
- Base URL:
https://papi.asterdex-testnet.comfor REST. - WebSocket Base URL:
wss://pstream.asterdex-testnet.com. - Independent exchange-info endpoint:
GET /api/v3/prediction/exchangeInfo. - K-line interval simplified to
1sand1monly on the prediction market.