2026-06-30 - Corrected resolved-position accounting and redeemable status
CorrectedGET /v3/wallets/{address}/positions for resolved positions that still held a nonzero balance but had incomplete cost accounting.
What’s improved:
- When a position has a known balance but its returned cost fields are incomplete, the response now recovers
avg_price,initial_value,total_bought,realized_pnl,unrealized_pnl, andtotal_pnlfrom the available wallet history. - Resolved positions with a remaining balance now use
status: "redeemable"for both winning and losing outcomes. A losing position remainswon: falseand correctly returnsredeemable_payout: 0. status=closedno longer captures these affected resolved-but-unredeemed balances, sostatus=redeemablereturns both winning and losing resolved balances under the same lifecycle filter.- Market-holder responses use the same recovered cost basis on
GET /v3/markets/{token_id}/positions,GET /v3/markets/condition/{condition_id}/positions, andGET /v3/markets/slug/{slug}/positions. - Positions whose accounting was already complete keep their existing values. No parameter, pagination, or field-name change is required for existing clients.
avgPrice can still occur when the two systems use different cost-basis conventions; those differences do not change the resolved outcome or redeemable payout.
Docs: Wallet Positions, Token Holders, Condition Holders, and Market Slug Lookup
2026-06-30 - More complete event and tag metadata on V3 positions
Improved metadata completeness for historical and resolved position rows, especially child markets created beneath a live esports event. What’s improved:- Incomplete rows can now gain
event_slugandtag_slugsfrom their parent event when that context is available. - A missing
imageis recovered at the same time when the source provides one. - Closed and resolved child markets continue to be revisited, so historical position metadata can recover after the market leaves the current-event feed.
- The correction is automatic. No new parameter or refresh workflow is required, and the response shape is unchanged.
- Metadata fields remain nullable when the corresponding event context is unavailable from the source.

