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>"
}
]
}
]
}Markets
Find Market Matches
Returns exact matches for a given source market across supported target venues. Fuzzy or related matches are not returned.
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
Query Parameters
Source market venue (must be a supported venue)
Available options:
polymarket, limitless Example:
"polymarket"
Venue-native market identifier for the source market. Pass the condition id for Polymarket and the market slug for Limitless.
Minimum string length:
1Example:
"0x796e791e7058571e460278814fc7a3183752285338f1400087b98bef3c447908"
Response
Matching markets
- Option 1
- Option 2
Show child attributes
Show child attributes
⌘I