predxt 0.3.0: find a market and read its first orderbook
This release adds a guided first-run workflow for Polymarket. Search by name,
choose a market and outcome, and get an orderbook snapshot without manually
looking up the outcome's token ID.
pip install "predxt>=0.3.0"
predxt demo
predxt explore polymarket --query "bitcoin"predxt demodisplays a clearly labelled synthetic orderbook, without network
access, credentials, or repository files.--jsonemits structured output.predxt explore polymarketshows one REST snapshot and prints a WebSocket
command with the selected token ID. API requests have a configurable deadline;
scripts can pass--market-id,--outcome-index, and--json.- Polymarket text search now uses Gamma's documented
/public-searchendpoint.
It flattens event markets, removes duplicate IDs, retains raw payloads, and
supports keyword-onlyactive_only=True. Results come from the first page;
nonpositive limits now raiseValueError. - First-run documentation and installed-wheel CI checks cover the complete
onboarding path, including unavailable markets, invalid selections, and API errors.
Python 3.12 or later is required. Existing REST and WebSocket imports remain
available. This release continues the read-only market-data scope.