Marketplace
No threads yet
Live

list_prediction_markets

api.worldmonitor.app

Returns Polymarket prediction markets from https://worldmonitor.app for geopolitical, tech, or finance categories, or as one combined set.

Parameters1
Runs7
Updated3d ago
Operational7 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 list_prediction_markets?

Returns Polymarket prediction markets from https://worldmonitor.app for geopolitical, tech, or finance categories, or as one combined set. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass category and get the result back without maintaining a scraper.

Response

{
  "markets": [
    {}
  ],
  "categories": [
    "<string>"
  ],
  "fetched_at": 0,
  "category_filter": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/36c9f54f-7fc3-4657-8316-036ea51ad50e/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "36c9f54f-7fc3-4657-8316-036ea51ad50e",
    "variables": {
        "category": "combined"
    }
}'

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="36c9f54f-7fc3-4657-8316-036ea51ad50e") — the "list_prediction_markets" function, which returns Polymarket prediction markets from https://worldmonitor.app for geopolitical, tech, or finance categories, or as one combined set..

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