Skip to main content
GET
/
v1
/
subjects
/
{id}
Get Subject By ID
curl --request GET \
  --url https://gateway.polymarket.us/v1/subjects/{id}
{
  "subject": {
    "id": 123,
    "name": "<string>",
    "displayName": "<string>",
    "description": "<string>",
    "subjectType": "<string>",
    "image": "<string>",
    "color": "<string>",
    "darkColor": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Path Parameters

id
integer<int32>
required

Response

200 - application/json

A successful response.

subject
object

Subject information