Search Markets
curl --request GET \
--url https://api.parlayx.com/v1/markets/search \
--header 'x-api-key: <api-key>'{
"markets": [
{
"venue": "polymarket",
"title": "Will the Lakers win the 2026 NBA Finals?",
"status": "open",
"marketKey": "0x796e791e7058571e460278814fc7a3183752285338f1400087b98bef3c447908"
}
]
}Markets
Search Markets
Returns markets matching the query string. Filters to supported venues (Polymarket, Limitless).
GET
/
v1
/
markets
/
search
Search Markets
curl --request GET \
--url https://api.parlayx.com/v1/markets/search \
--header 'x-api-key: <api-key>'{
"markets": [
{
"venue": "polymarket",
"title": "Will the Lakers win the 2026 NBA Finals?",
"status": "open",
"marketKey": "0x796e791e7058571e460278814fc7a3183752285338f1400087b98bef3c447908"
}
]
}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
Free-text search query matched against market titles across supported venues. Minimum 3 characters.
Minimum string length:
3Example:
"Lakers NBA Finals"
Filter to specific venues (comma-separated). Defaults to all supported.
Available options:
polymarket, limitless Example:
["polymarket", "limitless"]Max results to return (1-100)
Required range:
1 <= x <= 100Example:
20
Response
Matching markets
Show child attributes
Show child attributes
⌘I