Get a single market by condition_id with live price data.
ASYNC: Non-blocking Gamma API calls (no worker blocking on HTTP).
curl --request GET \
--url https://staging-api.polysimulator.com/markets/{condition_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request GET \
--url https://staging-api.polysimulator.com/markets/{condition_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}