View as markdown
Endpoints · Tickers

Streaming usage

GEThttps://api.tickerbot.io/v2/stream/usage

REST companion to the /v2/stream WebSocket. Returns how many distinct tickers this ACCOUNT currently has subscribed (pooled across every live connection and every API key — a second key does not grant a second budget), the plan cap, and open connection count vs the flat 5-connection abuse guard. max_tickers is null when the plan is unlimited.

Plan access

Paid plans (Hobby and above). Hobby 10 · Pro 100 · Scale 1,000 · Enterprise unlimited.

Auth

API key. Send Authorization: Bearer at the handshake, or a first-message auth frame.

Cadence

One update per subscribed ticker per minute turnover. Not a raw trade tape.

200
Envelope with tickers, max_tickers (null = unlimited), connections, max_connections.
401
Missing or invalid API key.