Overview
Returns webhooks created by the authenticated API key. Results are ordered newest first and paginated with an opaquecursor. You can narrow the listing by a single webhookId, by bucketId, by bucketSortkey, or by both bucketId + bucketSortkey.
Only the four supported webhook categories are returned: TOKEN_PAIR_EVENT, TOKEN_PRICE_EVENT, MARKET_CAP_EVENT, TOKEN_TRANSFER_EVENT.
Returns
See GetWebhooksResponse.
Arguments
Cursor returned by a previous call to fetch the next page.
Return only the webhook with this id (still scoped to the calling API key — returns empty if it belongs to another key). Mutually exclusive with
bucketId.Return only webhooks whose
bucketKey.bucketId matches. Mutually exclusive with webhookId.Return only webhooks whose
bucketKey.bucketSortKey matches. Can be combined with bucketId to address a single bucket entry.Page size. Default
20, clamped to [1, 100].