Skip to content

Fetch a Single Market by Slug

GET /markets/slug/{slug}

Server: https://gamma.openfish.fun

Tags: Markets


NameInTypeDescription
slugpathstringRequired. Market slug
include_tagquerybooleanInclude tags array in response (default false)

200 — The matching Market object.

404 — No market matches the given slug.

{
"id": "12345",
"question": "Will BTC exceed $100k by end of 2026?",
"slug": "will-btc-exceed-100k",
"conditionId": "0xabc..."
}

Terminal window
curl "https://gamma.openfish.fun/markets/slug/will-btc-exceed-100k"