Endpoints · Tickers
Streaming usage
GET
https://api.tickerbot.io/v2/stream/usageREST 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.
Status codes
200Envelope with
tickers, max_tickers (null = unlimited), connections, max_connections.401Missing or invalid API key.