Skip to main content
GET
/
polymarket
/
events
/
chart
Get event chart
curl --request GET \
  --url https://api.struct.to/v1/polymarket/events/chart
[
  {
    "condition_id": "<string>",
    "market_slug": "<string>",
    "question": "<string>",
    "title": "<string>",
    "data": [
      {
        "v": 123,
        "t": 1
      }
    ]
  }
]

Query Parameters

event_slug
string
required

Event slug (required)

condition_ids
string

Comma-separated condition IDs to include (max 4, optional)

market_slugs
string

Comma-separated market slugs to include (max 4, optional). Use either condition_ids or market_slugs, not both

Response

200 - application/json

Price data over time for up to 4 markets with highest YES odds

condition_id
string
required
market_slug
string
required
question
string
required
title
string
required
data
object[]
required
Last modified on March 17, 2026