Returns cached exits for a wallet with filtering, sorting, and pagination.
https://data-api.forka.st/closed-positions to retrieve positions that have been completely exited. Each entry includes realized PnL, the exit timestamp, and the presentation data (title, eventSlug, outcome, etc.) needed for UI rendering.
user is required and must be the wallet you are inspecting.market accepts the same CSV list of condition IDs as the live positions endpoint.title supports a loose substring match for quick lookups.limit (max 50) and offset (max 100,000) to page through long histories.sortBy. The defaults favor REALIZEDPNL, but you can switch to PRICE, AVGPRICE, or TIMESTAMP. Combine sortDirection=ASC|DESC to control ordering.
Because this view is built from cached trade data rather than live settlement, treat it as informational until GA.Wallet address whose positions should be returned.
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Comma-separated list of condition IDs.
0x-prefixed 64-character hex string.
Substring search against market title (max 100 chars).
100Maximum number of rows to return (max 50).
0 <= x <= 50Cursor offset for pagination (max 100,000).
0 <= x <= 100000Sort column.
REALIZEDPNL, TITLE, PRICE, AVGPRICE, TIMESTAMP Sort direction.
ASC, DESC Closed positions were found.
0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
0x-prefixed 64-character hex string.
"0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"