← tickerbot.io
View as markdown

Usage

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

Current WebSocket streaming consumption vs your account cap.

as_ofstring

Server time this response was assembled (ISO 8601).

tickersnumber

Distinct tickers this account currently has subscribed, pooled across every connection and key.

max_tickersnumber

The account cap; `null` when the account has no finite cap.

connectionsnumber

Open sockets on the account.

max_connectionsnumber

The flat connection guard.

200
Success — the response shape is documented under Returns above.
401
Missing or invalid API key.
  • REST companion to the /v2/stream WebSocket. 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_tickers is null when the account has no finite cap.