Skip to main content
When a bettor requests a Parlay Market, a message is sent via the parlay_markets:global channel. In order to offer orders on Parlay Markets, you will need to subscribe to this channel. The payload will contain the marketHash associated with the Parlay Market. You can post orders to this market as you would for any other market using this marketHash. The payload also contains the token and size the bettor is requesting. The legs contain the underlying markets that make up the parlay — query each leg’s marketHash to get current orders for that individual market. CHANNEL NAME parlay_markets:global
ParlayMarket PAYLOAD FORMAT ParlayMarketLeg PAYLOAD FORMAT
The requestSize only indicates what the user is requesting and does not limit how much you can offer. You are allowed to offer any size.

The above returns JSON structured like this:
Last modified on August 11, 2026