Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing documentation for Polymarket US
cURL
curl --request GET \ --url https://gateway.polymarket.us/v1/subjects
{ "subjects": [ { "id": 123, "name": "<string>", "displayName": "<string>", "description": "<string>", "subjectType": "<string>", "image": "<string>", "color": "<string>", "darkColor": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "slug": "<string>" } ] }
Get a list of all subjects
A successful response.
Show child attributes