Get user’s positions that might be stuck (no recent price data).
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/positions/stuck
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?