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.

GET /v3/webhooks/{id}
Returns the current configuration for a single webhook.

Example

curl "https://api.polynode.dev/v3/webhooks/wh_451e06ca0534" \
  -H "x-api-key: pn_live_..."
{
  "id": "wh_451e06ca0534",
  "url": "https://your-app.com/hooks/polymarket",
  "event_types": ["trade", "market_resolved"],
  "filters": {
    "wallet_addresses": ["0x6d3c5bd13984b2de47c3a88ddc455309aab3d294"],
    "min_amount_usd": 100
  },
  "description": "Track whale trades",
  "active": true,
  "created_at": "2026-05-14T14:55:08Z",
  "updated_at": "2026-05-14T14:55:08Z"
}

Errors

StatusMeaning
401Missing or invalid API key
404Webhook not found for this API key