Skip to main content
GET
/
v1
/
markets
/
match
Find Market Matches
curl --request GET \
  --url https://api.parlayx.com/v1/markets/match \
  --header 'x-api-key: <api-key>'
{
  "matches": [
    {
      "title": "<string>",
      "status": "open",
      "outcomes": [
        {
          "name": "Yes",
          "outcomeId": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.parlayx.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

marketVenue
enum<string>
required

Source market venue (must be a supported venue)

Available options:
polymarket,
limitless
Example:

"polymarket"

marketKey
string
required

Venue-native market identifier for the source market. Pass the condition id for Polymarket and the market slug for Limitless.

Minimum string length: 1
Example:

"0x796e791e7058571e460278814fc7a3183752285338f1400087b98bef3c447908"

Response

Matching markets

matches
object[]
required