Skip to main content
PMXT Hosted currently supports the following venues. The wire key is the value you pass in the URL — e.g. POST /api/polymarket/fetchMarkets or new pmxt.Polymarket({}) from the SDKs.
VenueWire KeyPass-Through Base
PolymarketpolymarketPOST /api/polymarket/:method
KalshikalshiPOST /api/kalshi/:method
Kalshi (Demo)kalshi-demoPOST /api/kalshi-demo/:method
LimitlesslimitlessPOST /api/limitless/:method
ProbableprobablePOST /api/probable/:method
BaozibaoziPOST /api/baozi/:method
MyriadmyriadPOST /api/myriad/:method
OpinionopinionPOST /api/opinion/:method
MetaculusmetaculusPOST /api/metaculus/:method
SmarketssmarketsPOST /api/smarkets/:method
Polymarket USpolymarket_usPOST /api/polymarket_us/:method
This list is regenerated automatically from the ExchangeParam enum in pmxt-core’s OpenAPI spec on every pmxt-core upgrade. If a venue is missing here, it’s not yet wired through pmxt-core.

Catalog Venues

The hosted catalog currently ingests the following venues:
VenueWire KeyIngestion
Polymarketpolymarketpolling
Kalshikalshipolling
Opinionopinionpolling
Limitlesslimitlesspolling
Smarketssmarketspolling
Probableprobablepolling
Myriadmyriadpolling

Feature support

Not every venue supports every method. Broadly:
  • Catalog reads (fetchMarkets, fetchEvents, fetchMarket, fetchEvent) — supported on every venue that the catalog ingests.
  • Live reads (fetchOrderBook, fetchOHLCV, fetchTrades) — supported where the venue exposes the data.
  • Writes (createOrder, cancelOrder, fetchBalance, fetchPositions) — supported where the venue has a trading API.
See the API Reference for the per-method matrix (inferred from the OpenAPI operationIds).