Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET /v3/webhooks

Response

{
  "webhooks": [
    {
      "id": "wh_451e06ca0534",
      "url": "https://your-app.com/hooks/polymarket",
      "event_types": ["trade", "redemption"],
      "filters": {
        "wallet_addresses": ["0x6d3c..."],
        "min_amount_usd": 100
      },
      "active": true,
      "description": "Track whale trades",
      "has_secret": true,
      "created_at": "2026-05-14T14:54:08+00:00",
      "updated_at": "2026-05-14T14:54:08+00:00"
    }
  ],
  "count": 1
}