Skip to main content
GET
/
api
/
v1
/
search
/
markets
[
  {
    "delphi_id": "<string>",
    "title": "<string>",
    "canonical_ref": "<string>",
    "size": 123,
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Query Parameters

q
string
required

Search keywords. Multiple words are matched independently (all must appear in the title, in any order).

limit
integer
default:25

Maximum number of results to return (default 25, max 100).

Required range: x <= 100

Response

Array of matching market clusters

delphi_id
string

Unique Delphi ID for the cluster

title
string

Cluster title describing the shared question

canonical_ref
string

Canonical reference for the cluster

size
integer

Number of markets in the cluster

updated_at
string<date-time>

Last update timestamp