Skip to main content
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

x-api-key
string
header
required

Query Parameters

q
string
required

Free-text search query matched against market titles across supported venues. Minimum 3 characters.

Minimum string length: 3
Example:

"Lakers NBA Finals"

venues
enum<string>[]

Filter to specific venues (comma-separated). Defaults to all supported.

Available options:
polymarket,
limitless
Example:
["polymarket", "limitless"]
limit
integer
default:20

Max results to return (1-100)

Required range: 1 <= x <= 100
Example:

20

Response

Matching markets

markets
object[]
required