Admin: Trigger immediate settlement of all stuck Up/Down positions.
This finds open positions with outcome “Up” or “Down” on expired markets and settles them:
cURL
curl --request POST \ --url https://staging-api.polysimulator.com/admin/settle-updown
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?