Usage
GET
https://api.tickerbot.io/ v2/ stream/ usageCurrent WebSocket streaming consumption vs your account cap.
Returns
as_ofstringServer time this response was assembled (ISO 8601).
tickersnumberDistinct tickers this account currently has subscribed, pooled across every connection and key.
max_tickersnumberThe account cap; `null` when the account has no finite cap.
connectionsnumberOpen sockets on the account.
max_connectionsnumberThe flat connection guard.
Status codes
200Success — the response shape is documented under Returns above.
401Missing or invalid API key.
Notes
- REST companion to the
/v2/streamWebSocket. Reports how many distinct tickers this ACCOUNT currently has subscribed — pooled across every live connection and every API key, so a second key does not grant a second budget — alongside the account cap and open connection count against the flat 5-connection abuse guard. max_tickersisnullwhen the account has no finite cap.