Skip to content

Reconcile OpenAPI/AsyncAPI/perps spec drift (v10.0.0) - #498

Merged
TexasCoding merged 1 commit into
mainfrom
fix/spec-drift-496-497
Aug 6, 2026
Merged

Reconcile OpenAPI/AsyncAPI/perps spec drift (v10.0.0)#498
TexasCoding merged 1 commit into
mainfrom
fix/spec-drift-496-497

Conversation

@TexasCoding

Copy link
Copy Markdown
Owner

Summary

Closes #496 and #497. Syncs upstream OpenAPI 3.27.0 content, AsyncAPI, and perps OpenAPI after nightly contract drift.

Breaking

  • Removed multivariate_collections.lookup_tickers() + request/response models after upstream deleted PUT /multivariate_event_collections/{collection_ticker}/lookup
  • Removed WS subscribe_multivariate() + MultivariateMessage / MultivariatePayload (AsyncAPI dropped the multivariate channel)

Additive

  • portfolio.intra_exchange_transfers() / intra_exchange_transfers_all() / get_intra_exchange_transfer()
  • MultivariateEventCollection.exchange_index
  • Perps MarginMarket.long_leverage_estimates / short_leverage_estimates

Release prep

  • Version 10.0.0, CHANGELOG / migration / ROADMAP / docs updated

Test plan

  • uv run mypy kalshi/
  • uv run pytest tests/ --ignore=tests/integration (4187+ passed; contract suite green)
  • CI green on this PR

Also: Dependabot PR #495 (websockets >=14,<18) was merged to main before this branch.

Closes #496 and #497. Syncs vendored specs and removes upstream-deleted
multivariate lookup (REST PUT + WS channel), adds portfolio transfer-history
GETs, and maps optional exchange_index / side-specific leverage fields.
@TexasCoding
TexasCoding merged commit a5ef152 into main Aug 6, 2026
6 checks passed
@TexasCoding
TexasCoding deleted the fix/spec-drift-496-497 branch August 6, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spec drift 2026-08-03: openapi 3.27.0 [content-changed] (paths 92→92, fp 1f808c2a)

1 participant