-
5-minute interval candlestick data per product.
Coinbase WebSocket APIs
-
Real-time futures account balance summary including buying
power, margin requirements, and liquidation thresholds.
Coinbase WebSocket APIs
-
Server ping every second. Required on the User Order Data
endpoint and recommended on the public endpoint to prevent
idle disconnects.
Coinbase WebSocket APIs
-
Order book snapshot and incremental updates. Updates carry
`[side, price_level, new_quantity, event_time]` tuples; a
`new_quantity` of `0` removes the level.
Coinbase WebSocket APIs
-
Real-time public trades, batched every 250ms.
Coinbase WebSocket APIs
-
Product and currency reference data emitted on preset intervals.
Coinbase WebSocket APIs
-
Per-match ticker updates with best bid/ask and 24h / 52w stats.
Coinbase WebSocket APIs
-
Same payload as `ticker`, emitted at most every 5 seconds per
product if the price has changed. Bid/ask fields are excluded.
Coinbase WebSocket APIs
-
Authenticated stream of the user's orders and (for futures)
position events. Initial open orders are sent in batches of 50.
Coinbase WebSocket APIs
-
Indicative auction state during auction mode: tentative match
price/size plus the best bid/ask.
Coinbase WebSocket APIs
-
Authenticated stream of every order lifecycle event required to
maintain a Level 3 order book: `received`, `open`, `done`,
`match`, `change`, `activate`.
Coinbase WebSocket APIs
-
Per-second keepalive containing the last trade `sequence` and
`last_trade_id` for the subscribed products. Useful to detect
sequence gaps in `full` / `matches` / `level2`.
Coinbase WebSocket APIs
-
Guaranteed-delivery order book channel. Sends one `snapshot`
followed by `l2update` messages. Each update tuple is
`[side, price, size]` where size of `0` removes the level.
Coinbase WebSocket APIs
-
Public, unauthenticated variant of level2 that batches updates
into 50ms windows.
Coinbase WebSocket APIs
-
Stream of individual trade executions. Note: messages may be
dropped; use `full` if you need guaranteed delivery.
Coinbase WebSocket APIs
-
Request For Quote executions across products.
Coinbase WebSocket APIs
-
Broadcast of all available products and currencies on the
Exchange with their trading status and network details.
Coinbase WebSocket APIs
-
Real-time price updates on every match. Cascading matches are
batched to reduce bandwidth.
Coinbase WebSocket APIs
-
Same payload as `ticker` but emitted at most once every 5 seconds
per product when the price has changed.
Coinbase WebSocket APIs
-
Authenticated, user-filtered variant of `full`. Only includes
messages relevant to the API key that signed the subscription.
Coinbase WebSocket APIs