Skip to content

fix(kalshi): expose event metadata endpoint#1611

Merged
realfishsam merged 1 commit into
mainfrom
fix/kalshi-event-metadata-1591
Jul 10, 2026
Merged

fix(kalshi): expose event metadata endpoint#1611
realfishsam merged 1 commit into
mainfrom
fix/kalshi-event-metadata-1591

Conversation

@realfishsam

Copy link
Copy Markdown
Contributor

Summary

  • Add a core fetchEventMetadata(eventTicker) method for Kalshi's GetEventMetadata operation.
  • Expose the sidecar route through regenerated method metadata/OpenAPI artifacts.
  • Add TypeScript and Python SDK client wrappers for the new sidecar method.

Fixes #1591

Test Plan

  • npm test --workspace=pmxt-core -- --runTestsByPath test/exchanges/kalshi-event-metadata.test.ts --runInBand
  • npm run build --workspace=pmxt-core
  • git diff --check
  • python3 -m py_compile sdks/python/pmxt/client.py

@realfishsam realfishsam force-pushed the fix/kalshi-event-metadata-1591 branch from 8413cab to 977330f Compare July 10, 2026 06:40
@realfishsam realfishsam merged commit ddc5306 into main Jul 10, 2026
15 checks passed
@realfishsam realfishsam deleted the fix/kalshi-event-metadata-1591 branch July 10, 2026 06:53
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.

Kalshi GetEventMetadata (/events/{event_ticker}/metadata) not implemented in core or either SDK

1 participant