Get Historical Positions
Endpoint for getting settled market positions that have been archived to the historical database. Positions whose markets were archived before market_positions_last_updated_ts on GET /historical/cutoff are available via this endpoint. Positions are archived per whole event: a settled event’s positions move here together and are never split between this endpoint and GET /portfolio/positions. Unsettled positions are always available via GET /portfolio/positions.
Authorizations
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Query Parameters
Filter by market ticker
Event ticker to filter by. Only a single event ticker is supported.
Number of results per page. Defaults to 100.
1 <= x <= 1000Pagination 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
List of market positions
List of event positions
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.