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
GetWebhooksResponse!
See GetWebhooksResponse.
Arguments
String
Cursor returned by a previous call to fetch the next page.
String
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.String
Return only webhooks whose
bucketKey.bucketId matches. Mutually exclusive with webhookId.String
Return only webhooks whose
bucketKey.bucketSortKey matches. Can be combined with bucketId to address a single bucket entry.Int
Page size. Default
20, clamped to [1, 100].