Kalshi's own minute-resolution city temperature index (Fahrenheit), the series i
Kalshi's own minute-resolution city temperature index (Fahrenheit), the series its hourly temperature markets settle on, computed from weighted member stations. Ask for a trailing window (lastSec, default one hour, max 7 days) or a from/to window; detailed adds every station's reading per minute; includeCalibrations adds the published station-weight and offset timeline.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1089 msmedian answer time
$0.002listed price per call
$0.002price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent402.tools/api/kalshi-weather-index
| Category | Everything else |
|---|---|
| Provider host | agent402.tools |
| Networks | algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:42220, eip155:43114, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, stellar:pubnet |
| Payment schemes | exact, upto |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.002 | 1089 ms |
Example input (from the provider)
{
"body": {
"city": "miami",
"lastSec": 3600,
"limit": 5
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"city": {
"description": "Kalshi index city id, e.g. miami, nyc, chicago, sf-bay.",
"type": "string"
},
"detailed": {
"description": "Include every member station's reading and QC code on each point.",
"type": "boolean"
},
"from": {
"description": "Window start, unix milliseconds (pair with to).",
"type": "number"
},
"includeCalibrations": {
"description": "Also return the city's published calibration timeline (station weights and offsets).",
"type": "boolean"
},
"lastSec": {
"description": "Trailing window in seconds (default 3600, max 604800). Ignored when from/to are given.",
"type": "number"
},
"limit": {
"description": "Newest points to return (default 1440, max 10000).",
"type": "number"
},
"to": {
"description": "Window end, unix milliseconds (pair with from).",
"type": "number"
}
},
"required": [
"city"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"city": {
"type": "string"
},
"configVersion": {
"type": "string"
},
"count": {
"type": "integer"
},
"latest": {
"type": "object"
},
"maxF": {
"type": "number"
},
"minF": {
"type": "number"
},
"points": {
"type": "array"
},
"source": {
"type": "string"
},
"totalInWindow": {
"type": "integer"
},
"units": {
"type": "string"
}
},
"required": [
"city",
"units",
"configVersion",
"count",
"totalInWindow",
"latest",
"minF",
"maxF",
"points",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}