SPB Git forge

spb/market-atlas

Public
12commits 1branches 0releases
1.1 MBsize
maindefault branch
10 days agolast push
TypeScript 96.7% SQL 1.6% CSS 0.8% JavaScript 0.5%
714 B · 11 lines markdown
Rendered Raw Blame History
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