Skip to content

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-v3 folder convention, the documentation is split into 6 local files under docs/prediction-testnet/:
  • general-info.md — overview, agent settings, access restrictions, authentication, signing examples, public API parameters, filters
  • market-data.md — market data endpoints (exchangeInfo, depth, klines, ticker, etc.)
  • account&trades.md — spot account & trading, plus prediction-market mint / burn / position / settlement / withdraw endpoints
  • websocket-market-streams.md — WebSocket market data streams
  • user-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.com for REST.
  • WebSocket Base URL: wss://pstream.asterdex-testnet.com.
  • Independent exchange-info endpoint: GET /api/v3/prediction/exchangeInfo.
  • K-line interval simplified to 1s and 1m only on the prediction market.