Skip to main content
GET
/
api
/
kalshi
Search or fetch Kalshi data
curl --request GET \
  --url https://api.useblueprints.ai/api/kalshi \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>"
  },
  "message": "<string>"
}

Authorizations

Authorization
string
header
default:bp_YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

query
string

Text search across open Kalshi markets.

top
integer

Number of top markets to return.

Required range: 1 <= x <= 50
marketByRef
string

Single Kalshi market lookup by ticker.

ref
string

Kalshi ticker for price-history lookup.

interval
enum<string>

History interval when ref is provided.

Available options:
1d,
1w,
1m,
all
limit
integer

Maximum number of search results.

Required range: 1 <= x <= 50

Response

Kalshi market search, market detail, or price-history data depending on query parameters.