Skip to main content
GET
Get Historical Positions

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Query Parameters

ticker
string

Filter by market ticker

event_ticker
string

Event ticker to filter by. Only a single event ticker is supported.

limit
integer<int64>
default:100

Number of results per page. Defaults to 100.

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.

Response

Historical positions retrieved successfully

market_positions
object[]
required

List of market positions

event_positions
object[]
required

List of event positions

cursor
string

The Cursor represents a pointer to the next page of records in the pagination. Use the value returned here in the cursor query parameter for this end-point to get the next page containing limit records. An empty value of this field indicates there is no next page.