Admin: Find and settle orphaned positions on resolved markets.
Catches positions that were marked CLOSED by the sell code path without proper exit tracking, or positions created after settlement already ran.
Query params:
cURL
curl --request POST \ --url https://staging-api.polysimulator.com/admin/sweep-orphaned-positions
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?