Clear market cache. If condition_id is provided, clear only that market. Otherwise, clear all market caches (including updown).
curl --request POST \
--url https://staging-api.polysimulator.com/admin/clear-market-cache{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request POST \
--url https://staging-api.polysimulator.com/admin/clear-market-cache{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}