Get positions
Returns the current positions-board feed backed by the wallet_positions mirror. Ordered by current_value_usd DESC with deterministic (wallet, condition_id, outcome_index) tiebreakers. Pre-reconcile rows (current_value_usd IS NULL) are excluded. Cursor-paginated. Every filter pushes into SQL.
0. See Trust metadata.Authorizations
API key: Authorization: Bearer oxi_sk_live_... for live data (requires an active Insider subscription), or oxi_sk_test_... for sandbox/test mode (free account, deterministic fixture data, no live rows). Both key classes use the same paths; the prefix selects live vs sandbox.
Headers
Conditional GET validator from a previous ETag. Matching values return 304 Not Modified with an empty body.
Query Parameters
1 <= x <= 100Pagination cursor from previous response's next_cursor.
Minimum current position value in USD.
Exact match against provider-backed market_canonical.category.
Minimum trader grade allowlist. A matches S and A; B matches S, A, B; etc.
S, A, B, C, D, F Filter by the binary outcome side. yes maps to outcome_index=0, no to outcome_index=1.
yes, no