cURL
curl --request GET \ --url https://api.example.com/v1/polymarket/markets/{market_id_or_slug}
{ "id": "<string>", "slug": "<string>", "question": "<string>", "description": "<string>", "category": "<string>", "image": "<string>", "icon": "<string>", "active": true, "closed": true, "outcomes": [ "<string>" ], "yes_price": 123, "no_price": 123, "volume_24h": 123, "volume_total": 123, "liquidity": 123, "end_date": "<string>", "condition_id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response