Skip to main content
GET
List Kalshi Markets

Request

Headers

string
required
Bearer token. Example: Bearer YOUR_API_KEY

Query Parameters

string
Optional ticker prefix filter. Values are normalized to uppercase. Example: KXBTC-26FEB2606.
integer
Number of markets to skip. Default: 0.
integer
Maximum number of markets to return. Default: 100. Max: 1000.

Response

integer
Total number of stored Kalshi markets after applying the optional prefix filter.
integer
Number of tickers returned in this page.
string
The normalized ticker prefix filter that was applied, if any.
array
Array of stored Kalshi market tickers.
object
Standard pagination metadata with offset, limit, total_count, and has_more.
Each successful call to this endpoint counts as 1 API request.

Example

Example response