Skip to content

GET /v1/markets/condition/:id

Look up a market by its CTF condition ID. Same response format as slug lookup.

ParameterTypeDescription
idstringCTF condition identifier (hex)
Terminal window
curl -s https://polynode.dev/v1/markets/condition/0xabc123... \
-H "x-api-key: pn_live_YOUR_KEY"

Same structure as GET /v1/markets/slug/:slug — includes metadata, tokens array, and outcome prices.

StatusDescription
404No market found with that condition ID