Skip to main content
POST
Resolve Combos

Authorizations

X-River-Key-Id
string
header
required

UUID of your API key (from Settings → API Keys).

X-River-Timestamp
string
header
required

Current unix seconds. Must be within 30s of server time.

X-River-Signature
string
header
required

Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. See /api-reference/authentication for the full recipe.

Body

application/json

Resolve Kalshi combo markets into their constituent legs.

river_ids
integer[]
required

Combo river_ids to resolve.

Maximum array length: 200

Response

Successful Response

legs is empty for river_ids that are not combos or whose legs are not ingested yet.

results
ResolveCombosResult · object[]
required