Immediately trigger the legacy market check and settlement process. This fetches all markets with open positions from Gamma API and settles any that have been resolved.
curl --request POST \
--url https://staging-api.polysimulator.com/admin/settlements/check-and-settle{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request POST \
--url https://staging-api.polysimulator.com/admin/settlements/check-and-settle{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}