venue, and combine two tags for a venue_pair.
More venues are added over time; new tags appear here.
Trading a side
Each venue encodes its tradeable side differently invenue_market_id. Split on # to recover the base id and the side.
On Polymarket US, orders reference the
marketSlug and side directly, so there are no CLOB tokens (venue_yes_token and venue_no_token are null). venue_event_id is the event slug on both Polymarket and Polymarket US. See Response fields for the full listing shape.
Where you pass them
venueon Get Oddpool ID by ticker takes a single tag alongside the venue’sid.venue_pairon List matched events takes two tags to scope the fungibility filters to one pair.- In responses, listings carry a
venuetag, andvenue_pairsentries carryvenue_a/venue_b.
Venue pairs
Avenue_pair is two distinct tags, comma-separated and order-insensitive. With the current venues:
kalshi,polymarketkalshi,polymarket_uspolymarket,polymarket_us
kalshi < polymarket < polymarket_us, which fixes which side is venue_a and which is venue_b in responses.