Get all positions that might be stuck (market not synced in N hours). Admin only.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/admin/settlements/stuck-positions
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?