Skip to main content
GET
/
comments
/
{market_id}
Get Comments
curl --request GET \
  --url https://staging-api.polysimulator.com/comments/{market_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

market_id
string
required

Query Parameters

limit
integer
default:50
event_id
string | null

Response

Successful Response