Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve one webhook subscription by id.
GET /v3/webhooks/{id}
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" }
401
404