Endpoints › Websockets
Websockets
Hold a socket open and receive each subscribed ticker’s freshly-computed row on every refresh. Push instead of poll.
| Method | Path | Summary |
|---|---|---|
| WSS | https://api.tickerbot.io/ | Hold a socket open and receive each subscribed ticker's freshly-computed row on every refresh. |
| GET | https://api.tickerbot.io/ | Current WebSocket streaming consumption vs your account cap. |
Caps are per account
Pooled across every connection and every key.
Concurrent distinct tickers are capped per account and pooled across every API key on it, so issuing more keys grants no more capacity. Watch live consumption against the cap with the usage endpoint.