spb/market-atlas
Public
TypeScript 96.7%
SQL 1.6%
CSS 0.8%
JavaScript 0.5%
1# coinbase-ws23Coinbase Exchange public WebSocket (`wss://ws-feed.exchange.coinbase.com`), `ticker` + `heartbeat` channels.45- **Type**: WEBSOCKET · **Rights**: PUBLIC_ATTRIBUTED · **Real-time**: REALTIME (exchange timestamps)6- **Instruments**: 17 USD pairs + BTC/ETH in USDT and EUR (one multiplexed connection).7- **Fields**: LAST_PRICE, OPEN/HIGH/LOW (24 h), BID, ASK, BID_SIZE, ASK_SIZE, VOLUME (24 h).8- **Reconnect**: managed by the SDK (jittered backoff, stale after 90 s without frames, ping every 20 s).9- **Quirks**: `open_24h`/`high_24h`/`low_24h` are rolling 24 h statistics, not session values; the sequence number is per product.10- **Fixtures**: `fixtures/ticker.json`, `fixtures/malformed.json`.11