Skip to main content
GET
/
api
/
v1
/
delphi
/
{delphi_id}
/
markets
{
  "delphi_id": "<string>",
  "total": 123,
  "kalshi": [
    {
      "market_id": "<string>",
      "title": "<string>",
      "closed": true,
      "category": "<string>",
      "resolution": "<string>",
      "delphi_id": "<string>"
    }
  ],
  "polymarket": [
    {
      "market_id": "<string>",
      "title": "<string>",
      "closed": true,
      "category": "<string>",
      "resolution": "<string>",
      "delphi_id": "<string>"
    }
  ],
  "limitless": [
    {
      "market_id": "<string>",
      "title": "<string>",
      "closed": true,
      "category": "<string>",
      "resolution": "<string>",
      "delphi_id": "<string>"
    }
  ],
  "pfun": [
    {
      "market_id": "<string>",
      "title": "<string>",
      "closed": true,
      "category": "<string>",
      "resolution": "<string>",
      "delphi_id": "<string>"
    }
  ],
  "opinion": [
    {
      "market_id": "<string>",
      "title": "<string>",
      "closed": true,
      "category": "<string>",
      "resolution": "<string>",
      "delphi_id": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

delphi_id
string
required

Delphi ID for cross-exchange market matching

Response

Matched markets grouped by exchange

delphi_id
string

The queried Delphi ID

total
integer

Total number of matched markets across all exchanges

kalshi
object[]

Matched Kalshi markets

polymarket
object[]

Matched Polymarket markets

limitless
object[]

Matched Limitless markets

pfun
object[]

Matched Pfun markets

opinion
object[]

Matched Opinion Labs markets