← All widgets

Matched Markets

Discovery

PMXT's signature view: the same market matched across venues with the YES price spread highlighted. Legs expand into an inline ticket.

Matching markets across venues…
usage
import { MatchedMarkets } from 'pmxt-widgets';

<MatchedMarkets />
setup — sandbox mode (no API key needed)
import { PmxtProvider } from 'pmxt-widgets';

// Sandbox mode: live market data, fully simulated trading —
// a demo wallet with $1,000 of play money, no orders sent.
// Drop the sandbox prop (and add your PMXT API key) to go live.
<PmxtProvider config={{ apiUrl: '/api/pmxt' }} sandbox>
    <App />
</PmxtProvider>
npm
npm install pmxt-widgets
shadcn registry
npx shadcn@latest add https://widgets.pmxt.dev/r/matched-markets.json