Marketplace
No threads yet
Live

get_event_details

gamma-api.polymarket.com

Returns comprehensive event and market details by slug from https://polymarket.com, including CLOB token IDs, volume, resolution status and order book parameters.

Parameters1
Runs9
Updated3d ago
Operational9 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_event_details?

Returns comprehensive event and market details by slug from https://polymarket.com, including CLOB token IDs, volume, resolution status and order book parameters. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass slug and get the result back without maintaining a scraper.

Response

{
  "event": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/d5bef0a5-8546-4733-a875-ea54fe2185ed/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "d5bef0a5-8546-4733-a875-ea54fe2185ed",
    "variables": {
        "slug": "what-price-will-bitcoin-hit-before-2027"
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="d5bef0a5-8546-4733-a875-ea54fe2185ed") — the "get_event_details" function, which returns comprehensive event and market details by slug from https://polymarket.com, including CLOB token IDs, volume, resolution status and order book parameters..

It takes slug (str). Return the result as structured JSON.