Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion harnesses/pm-geographic-access/cmd/script/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ var venueProbes = []venueProbe{
URL: "https://api-v2.myriadprotocol.com/markets?state=open&limit=1",
},
{
// ForecastEx (Interactive Brokers CFTC-regulated exchange). The root
// domain returns 200 when accessible, or a geo-block response for
// regions where IBKR restricts access. No public unauthenticated API
// endpoint exists; we probe the market listing page directly.
Venue: "forecastex",
URL: "https://forecastex.com/api/v1/contracts",
URL: "https://forecastex.com/markets",
},
}

Expand Down
Loading