Emergency exit a stuck position at fair value.
This allows users to exit positions in markets that are:
Exit price is calculated as:
Users can only exit their own positions.
cURL
curl --request POST \ --url https://staging-api.polysimulator.com/position/{position_id}/emergency-exit
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?