Skip to main content
Get Kalshi Price History
curl --request GET \
  --url https://synthesis.trade/api/v1/kalshi/market/{series_id}/{kalshi_id}/price-history
{
  "success": true,
  "response": [
    {
      "yes_price": "0.58",
      "no_price": "0.42",
      "created_at": "2026-01-01T00:00:00"
    }
  ]
}

Path Parameters

series_id
string
required

Kalshi series ID.

kalshi_id
string
required

Kalshi market slug component.

Query Parameters

start
string
required

Start timestamp or ISO 8601 date.

end
string

End timestamp or ISO 8601 date.

bucket
string

Aggregation bucket.

points
integer

Target point count.

order
string

Sort direction.

limit
integer

Maximum points to return.

offset
integer

Pagination offset.

Response

200 - application/json

Kalshi price history