Skip to content

Fetch a Single Market by ID

GET /markets/{id}

Server: https://gamma.openfish.fun

Tags: Markets


NameInTypeDescription
idpathstringRequired. Market ID
include_tagquerybooleanInclude tags array in response (default false)

200 — A single Market object with all available fields.

404 — The specified market does not exist.

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

Terminal window
curl "https://gamma.openfish.fun/markets/12345?include_tag=true"