Skip to main content
GET
/
api
/
v1
/
poly
/
markets
/
category
/
{category}
{
  "markets": [
    {
      "condition_id": "<string>",
      "id": "<string>",
      "title": "<string>",
      "rules": "<string>",
      "closed": true,
      "closed_time": 123,
      "x": [
        "<string>"
      ],
      "y": [
        "<string>"
      ],
      "action": [
        "<string>"
      ],
      "inserted_at": "2023-11-07T05:31:56Z",
      "delphi_id": "<string>",
      "end_date": "2023-11-07T05:31:56Z",
      "category": "<string>",
      "event_id": "<string>",
      "resolution": "<string>",
      "winning_outcome": "<string>"
    }
  ],
  "count": 123,
  "limit": 123,
  "offset": 123,
  "category": "<string>"
}

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Path Parameters

category
string
required

Category name

Query Parameters

limit
integer
default:100

Maximum number of markets to return (default: 100, max: 1000)

Required range: x <= 1000
offset
integer
default:0

Number of markets to skip for pagination

Response

200 - application/json

List of Polymarket markets in the category

markets
object[]
count
integer
limit
integer
offset
integer
category
string