coinbase_market_stream
Mirror Coinbase WebSocket frames from the page via CDP, normalize into Ticks, L2Updates, Trades, and Candles, store in ring buffer and JSONL journal, and detect sequence gaps for real-time market data observation.
Instructions
Mirror the page's own Coinbase WebSocket frames over CDP for durationMs, normalize into Tick/L2Update/Trade/Candle (decimal.js), fan out to an in-memory ring buffer + append-only JSONL journal, and detect sequence gaps. Read-only; opens no socket of its own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debugUrl | No | http://127.0.0.1:9222 | |
| durationMs | No | ||
| urlContains | No |