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

Path Parameters

slug
string
required

Response

200 - application/json

A successful response.

subject
object

Subject information