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",
    "markets": [
      {
        "exchange": "kalshi",
        "market_id": "AMAZONFTC-29DEC31",
        "title": "Will Amazon lose the FTC case by Dec 31?"
      }
    ]
  }
]

Documentation Index

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

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

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

markets
object[]

Individual exchange markets belonging to this cluster