Multi-trader, one API surface

Each desk runs its own strategies as isolated webhook subscriptions. Custom rate limits, custom universes, redistribution rights. Everything you need for an institutional setup without building the data plumbing.

POST /v2/webhooks

Isolated subscriptions, shared infrastructure

Each desk or strategy gets its own webhook with isolated signing secret, target URL, and cadence. One API key per environment; namespaced universes per desk. Custom rate limits on the Scale and Enterprise tiers.

create subscription
// each desk's strategies under one account
POST /v2/webhooks
{
  "name": "desk_a_breakout",
  "q": "small_cap AND breakout AND volume_unusual_2x",
  "cadence": "1m",
  "target_url": "https://desk-a.internal/h/breakout"
}
response
201·subscription created
fieldvalue
idwhk_8f3e1c
namedesk_a_breakout
cadence1m
statusactive
rate_limit10,000 req/min
signing_secretwhsec_…

what you can build

What prop trading firms build with Tickerbot

Per-desk webhook fan-out

Each desk: its own subscriptions, signing secrets, target URLs. Pause/retire without redeploy.

See how →

Custom universes per strategy

Define and name your tradeable universes. Reference them by slug in any SQL screen.

See how →

Pre-deployment validation

Backtest every strategy against point-in-time history before going live. Up to 5 years on Pro, all-time on Scale.

See how →

comparison

In-house data + custom infra vs Tickerbot

In-house data + custom infra

Self-built, self-maintained

  • Internal engineering team maintaining the scan engine
  • Per-desk data pipelines built and maintained separately
  • Custom signal definitions take weeks to ship per strategy
  • Redistribution rights negotiated per vendor

Tickerbot

Institutional API, redistribution included

  • Drop the internal scan engine; same surface, less maintenance
  • Per-desk webhook subscriptions with isolated signing secrets
  • Custom signal definitions on Enterprise; we compute, you compose
  • Redistribution rights on Enterprise tier

works with your agent

Agents are experts at SQL. Hand them the loop.

Hand the desk’s research loop to agents. Every trader gets isolated API keys, signing secrets, and rate limits, so multiple agents can run in parallel across the desk without stepping on each other.

See the agent integration →

ship it

Get started