View as markdown
Endpoints · Webhooks

List subscriptions

GEThttps://api.tickerbot.io/v2/webhooks

Returns webhook subscriptions for the current account (user-scoped, not key-scoped — every key on the same account sees the same registry). Ordered newest-first by created_at. Each row carries a subscription_origin discriminator naming which subscribe endpoint created it (ticker | signal | scan). Use ?status= to filter; pass next_cursor back via cursor= to paginate.

Plan access

Paid plans (Hobby and above).

Cadence

Real-time on every paid plan — evaluated on every data refresh (~1×/min), so a match is delivered within seconds of it landing. Optionally throttle a webhook to hourly or at-market-open.

Capacity

Hobby 10 · Pro 100 · Scale & Enterprise unlimited.

string

Filter by status.

integerdefault 50

Page size. Max 100.

string

Opaque cursor from the previous response.

200
Page of webhooks with as_of, count, next_cursor, and webhooks. The signing_secret field is stripped (it's only shown on create).
400
Invalid ?status value.